Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -0,0 +1,8 @@
|
|||
function secada_use() /* entry=259 class_id=0x0462 slot=0x01 */
|
||||
{
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
function secada_enterFastArea() /* entry=259 class_id=0x0462 slot=0x0F */
|
||||
{
|
||||
entry:
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
|
||||
block_0105:
|
||||
suspend;
|
||||
local_02 = 0x00A5;
|
||||
|
||||
block_010B:
|
||||
if (local_02 <= 0x00B0) goto block_013F;
|
||||
|
||||
block_0114:
|
||||
spawn FREE.slot_3B(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
local_02 = (1 + local_02);
|
||||
goto block_010B;
|
||||
|
||||
block_013F:
|
||||
spawn FREE.slot_3B(pid, 120, 0x00000000);
|
||||
suspend;
|
||||
local_02 = 0;
|
||||
|
||||
block_015A:
|
||||
if (local_02 <= 11) goto block_0191;
|
||||
|
||||
block_0162:
|
||||
spawn FREE.slot_3B(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
local_02 = (1 + local_02);
|
||||
goto block_015A;
|
||||
|
||||
block_0191:
|
||||
spawn FREE.slot_3B(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
goto block_0105;
|
||||
|
||||
block_01AB:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue