Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -7,38 +7,21 @@ function wventew_gotHit() /* entry=225 class_id=0x03E8 slot=0x06 */
fram, /* [BP-02h] type=0x69 */
windsurf; /* [BP-04h] type=0x24 */
entry:
set_info(0x020C, *(arg_06));
process_exclude();
fram = Item.getFrame(arg_06);
class_0A0C_slot_2C(vel, ref);
if retval goto block_01AB;
block_014F:
if (fram < 1) goto block_01AB;
block_015A:
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x2 */
block_017B:
if condition goto block_01A9;
block_017E:
if (Item.getNpcNum(arg_06) != Item.getNpcNum(windsurf)) goto block_01A5;
block_019A:
block_01A5:
/* loopnext */
goto block_017B;
block_01A9:
block_01AB:
return;
set_info(0x020C, *(arg_06));
process_exclude();
fram = Item.getFrame(arg_06);
class_0A0C_slot_2C(vel, ref);
if (!retval) {
if (fram >= 1) {
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x2 */
while (!condition) {
/* loopnext */
}
}
}
return;
}

View file

@ -1,8 +1,6 @@
function wventew_enterFastArea() /* entry=225 class_id=0x03E8 slot=0x0F */
{
entry:
set_info(0x021B, *(arg_06));
process_exclude();
return;
set_info(0x021B, *(arg_06));
process_exclude();
return;
}