Pseudocode and stuff

This commit is contained in:
MaddoScientisto 2026-03-25 23:32:13 +01:00
commit ee33f94b4b
466 changed files with 27770 additions and 276 deletions

View file

@ -0,0 +1,35 @@
function bbtrip_hatch() /* entry=351 class_id=0x090B slot=0x07 */
{
var
referent, /* [BP+00h] type=0x69 */
item, /* [BP-02h] type=0x24 */
bbetty; /* [BP-04h] type=0x24 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
block_0109:
if condition goto block_0149;
block_010C:
if (!Item.getFrame(item)) goto block_0145;
block_011F:
bbetty = item;
spawn class_0A01_slot_20(pid, bbetty);
suspend;
block_0145:
/* loopnext */
goto block_0109;
block_0149:
return;
}