Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -0,0 +1,9 @@
|
|||
function elevplat_hit() /* entry=60 class_id=0x012F slot=0x05 */
|
||||
{
|
||||
set_info(0x020B, *(arg_06));
|
||||
process_exclude();
|
||||
if (arg_0A == 1) {
|
||||
local_02 = arg_0A;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
function elevplat_equip() /* entry=60 class_id=0x012F slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* pop_global global_id=0x0 size=0x1 */
|
||||
local_02 = Item.getZ(arg_06);
|
||||
if ((arg_0A < 0x00A0) && (arg_0A < 0x00FF)) {
|
||||
/* pop_global global_id=0x0 size=0x1 */
|
||||
arg_0A = (arg_0A - 0x00A0);
|
||||
}
|
||||
if (arg_0A == 0x00FF) {
|
||||
local_04 = Item.getQHi(arg_06);
|
||||
if ((local_04 == 88) || ((local_02 + 1) <= local_04)) {
|
||||
}
|
||||
}
|
||||
else if (!arg_0A) {
|
||||
}
|
||||
spawn class_0A08_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
if (global[0x0000] == 1) {
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x6 */
|
||||
while (!condition) {
|
||||
spawn class_0A1D_slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
/* loopnext */
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
function elevplat_enterFastArea() /* entry=60 class_id=0x012F slot=0x0F */
|
||||
{
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getQuality(arg_06) == 101) {
|
||||
suspend;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
function elevplat_leaveFastArea() /* entry=60 class_id=0x012F slot=0x10 */
|
||||
{
|
||||
set_info(0x021C, *(arg_06));
|
||||
process_exclude();
|
||||
/* bit_not */
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue