Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -2,6 +2,6 @@ function bbetty_leaveFastArea() /* entry=371 class_id=0x0A01 slot=0x10 */
|
|||
{
|
||||
set_info(0x0001, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A0C_slot_33(1, *(arg_06));
|
||||
FREE.slot_33(1, *(arg_06));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ function bbetty_slot_20() /* entry=371 class_id=0x0A01 slot=0x20 */
|
|||
total; /* [BP-08h] type=0x69 */
|
||||
|
||||
set_info(0x0205, *(arg_06));
|
||||
if (Item.getShape(arg_06) == 0x02C9) {
|
||||
if (Item.getShape(arg_06) == bbetty_shape_02c9) {
|
||||
counter = 0;
|
||||
while (counter > 4) {
|
||||
total = 0;
|
||||
|
|
@ -23,11 +23,11 @@ function bbetty_slot_20() /* entry=371 class_id=0x0A01 slot=0x20 */
|
|||
item = Item.getEtherealTop();
|
||||
counter2 = (1 + counter2);
|
||||
}
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
counter = (1 + counter);
|
||||
}
|
||||
}
|
||||
spawn class_0A01_slot_21(arg_06);
|
||||
spawn BBETTY.slot_21(arg_06);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ function bbetty_slot_21() /* entry=371 class_id=0x0A01 slot=0x21 */
|
|||
|
||||
entry:
|
||||
set_info(0x00F0, *(arg_06));
|
||||
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
|
||||
block_02BB:
|
||||
|
|
@ -83,8 +83,8 @@ function bbetty_slot_21() /* entry=371 class_id=0x0A01 slot=0x21 */
|
|||
}
|
||||
|
||||
block_0469:
|
||||
class_0A0C_slot_20(8, 30, 15);
|
||||
spawn class_0A0C_slot_32(pid, ((5 - Game.getDifficultyLevel()) * 20), 0x00000000);
|
||||
FREE.slot_20(8, 30, 15);
|
||||
spawn FREE.waitNTimerTicks(pid, ((5 - Game.getDifficultyLevel()) * 20), 0x00000000);
|
||||
suspend;
|
||||
goto block_02BB;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue