Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,38 @@
|
|||
function telepad_release() /* entry=111 class_id=0x01DB slot=0x09 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
npc, /* [BP-02h] type=0x24 */
|
||||
onPad; /* [BP-03h] type=0x62 */
|
||||
|
||||
entry:
|
||||
set_info(0x020D, *(arg_06));
|
||||
process_exclude();
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x3A */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x6 */
|
||||
|
||||
block_0B3B:
|
||||
if condition goto block_0B57;
|
||||
|
||||
block_0B3E:
|
||||
if (npc != 1) goto block_0B53;
|
||||
|
||||
block_0B4C:
|
||||
onPad = 1;
|
||||
|
||||
block_0B53:
|
||||
/* loopnext */
|
||||
goto block_0B3B;
|
||||
|
||||
block_0B57:
|
||||
if (!onPad) goto block_0B69;
|
||||
|
||||
block_0B62:
|
||||
|
||||
block_0B69:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue