Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -3,8 +3,8 @@ function miss9_hatch() /* entry=361 class_id=0x0915 slot=0x07 */
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
class_0A0C_slot_41();
spawn class_0915_slot_20(pid, arg_06);
FREE.slot_41();
spawn MISS9.slot_20(pid, arg_06);
suspend;
return;
}

View file

@ -12,88 +12,65 @@ function miss9_slot_20() /* entry=361 class_id=0x0915 slot=0x20 */
/* pop_global global_id=0x28 size=0x1 */
/* global_address global_id=0x3C */
while (!Actor.isBusy()) {
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
suspend;
}
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
suspend;
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
/* loop_selector item in nearby_items(shape=0x04C6, origin=arg_06) */
while (!condition) {
station = item;
/* loopnext */
}
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
while (!condition) {
for item in nearby_items(shape=0x037A, origin=arg_06) {
if (Item.getQLo(item) == 99) {
screen = item;
}
/* loopnext */
}
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
while (!condition) {
for item in nearby_items(shape=0x053A, origin=arg_06) {
target = item;
/* loopnext */
}
if (!target) {
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
while (!condition) {
for item in nearby_items(shape=15, origin=arg_06) {
/* loopnext */
}
class_0A0C_slot_29(*(arg_06), global[0x003C]);
FREE.slot_29(*(arg_06), global[0x003C]);
while ((retval > 2) && (counter == 6)) {
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
spawn class_0A11_slot_22(Item.getDirFromTo16(Item.getX(pid, 1, Item.getY(Item.getY(arg_06), Item.getX(arg_06)))));
spawn NPC.slot_22(Item.getDirFromTo16(Item.getX(pid, 1, Item.getY(Item.getY(arg_06), Item.getX(arg_06)))));
suspend;
counter = (1 + counter);
}
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
suspend;
spawn class_0A0C_slot_32(pid, 120, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 120, 0x00000000);
suspend;
spawn class_0A0C_slot_3D(pid, Item.getY(target), Item.getX(target), 0x00000000);
spawn FREE.slot_3D(pid, Item.getY(target), Item.getX(target), 0x00000000);
suspend;
spawn class_0A0C_slot_32(pid, 100, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 100, 0x00000000);
suspend;
/* str_to_ptr */
/* free_stack_string value_u8=0x4 target=[SP+04h] */
suspend;
spawn class_0A0C_slot_32(pid, 100, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 100, 0x00000000);
suspend;
spawn class_0A0C_slot_3E(pid, 0x00000000);
spawn FREE.slot_3E(pid, 0x00000000);
suspend;
spawn class_0A0C_slot_32(pid, 120, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 120, 0x00000000);
suspend;
spawn class_0A0C_slot_32(pid, 100, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 100, 0x00000000);
suspend;
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
/* loop_selector item in nearby_items(shape=TELEPORTER_LIGHTS, origin=arg_06) */
while (!condition) {
/* loopnext */
}
spawn class_0A0C_slot_26(pid, "9f", 0x00000000);
spawn FREE.slot_26(pid, "9f", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
}