Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -12,16 +12,16 @@ function fight_e2_gotHit() /* entry=78 class_id=0x0196 slot=0x06 */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
class_0A0C_slot_2C(vel, ref);
|
||||
FREE.slot_2C(vel, ref);
|
||||
if (retval) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
spawn class_0A1E_slot_27(pid, 0x00C8, vel, ref, arg_06);
|
||||
spawn ITEM.slot_27(pid, 0x00C8, vel, ref, arg_06);
|
||||
suspend;
|
||||
/* dword_to_word */
|
||||
if (process_result) {
|
||||
class_0A0C_slot_20(1);
|
||||
FREE.slot_20(1);
|
||||
if (!retval) {
|
||||
}
|
||||
return;
|
||||
|
|
@ -31,7 +31,7 @@ function fight_e2_gotHit() /* entry=78 class_id=0x0196 slot=0x06 */
|
|||
/* loopscr value_u8=0x44 */
|
||||
/* loop current_var=0xFE string_bytes=0xA loop_type=0x2 */
|
||||
while (!condition) {
|
||||
class_0A1E_slot_23(0x1000, item);
|
||||
ITEM.slot_23(0x1000, item);
|
||||
if (Item.getFrame(item)) {
|
||||
if ((Item.getShape(item) == 0x0196) || (Item.getShape(item) != 0x018F)) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue