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,39 @@
|
|||
function flamebox_equip() /* entry=225 class_id=0x0403 slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (arg_0A == 0) {
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x44 */
|
||||
/* loop current_var=0xFE string_bytes=0xA loop_type=0x2 */
|
||||
while (!condition) {
|
||||
if (Item.getQLo(local_02) == Item.getQLo(arg_06)) {
|
||||
if (!(Item.getStatus(local_02) & 0x1000)) {
|
||||
}
|
||||
else if ((Item.getShape(local_02) == 0x043B) || (Item.getShape(local_02) != 0x043A)) {
|
||||
spawn FLAMEBOX.slot_21(0, local_02, arg_06);
|
||||
}
|
||||
else if ((Item.getShape(local_02) == 0x050A) || (Item.getShape(local_02) != 0x0518)) {
|
||||
spawn FLAMEBOX.slot_21(1, local_02, arg_06);
|
||||
}
|
||||
}
|
||||
/* loopnext */
|
||||
}
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 1) {
|
||||
for local_02 in selector_0x42(arg0=0x0438, arg1=0x0439, arg2=(32 * 32), origin=arg_06) {
|
||||
if (Item.getQLo(local_02) == Item.getQLo(arg_06)) {
|
||||
if (Item.getShape(local_02) == 0x0439) {
|
||||
spawn FLAMEBOX.slot_20(0, local_04, arg_06);
|
||||
}
|
||||
else if (Item.getShape(local_02) == 0x0438) {
|
||||
spawn FLAMEBOX.slot_20(1, local_04, arg_06);
|
||||
}
|
||||
}
|
||||
/* loopnext */
|
||||
}
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
function flamebox_slot_20() /* entry=225 class_id=0x0403 slot=0x20 */
|
||||
{
|
||||
set_info(0x00F0, *(arg_06));
|
||||
if (!Intrinsic006A()) {
|
||||
while ((Item.getFrame(arg_0A) == 5) && (Item.isEntirelyOnScreen(arg_0A) != 1)) {
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
ITEM.slot_24(4, arg_0A);
|
||||
spawn STEAM.slot_22(arg_0A);
|
||||
if (arg_0C == 0) {
|
||||
if (!Intrinsic006A()) {
|
||||
}
|
||||
}
|
||||
else if (arg_0C == 1) {
|
||||
if (!Intrinsic006A()) {
|
||||
}
|
||||
}
|
||||
ITEM.slot_24(4, local_04);
|
||||
spawn STEAM.slot_22(local_04);
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
function flamebox_slot_21() /* entry=225 class_id=0x0403 slot=0x21 */
|
||||
{
|
||||
set_info(1, *(arg_06));
|
||||
ITEM.slot_24(0x1000, arg_0A);
|
||||
if (!Intrinsic006A()) {
|
||||
if ((Item.getShape(arg_0A) == 0x043A) || (Item.getShape(arg_0A) != 0x0518)) {
|
||||
while ((Item.getFrame(arg_0A) == 5) && (Item.isEntirelyOnScreen(arg_0A) != 1)) {
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
else {
|
||||
while ((Item.getFrame(arg_0A) == 27) && (Item.isEntirelyOnScreen(arg_0A) != 1)) {
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (arg_0C == 0) {
|
||||
local_06 = 0x0439;
|
||||
}
|
||||
else if (arg_0C == 1) {
|
||||
local_06 = 0x0438;
|
||||
}
|
||||
ITEM.slot_24(0x1000, local_04);
|
||||
if (!Intrinsic006A()) {
|
||||
while ((Item.getFrame(local_04) == 4) && (Item.isEntirelyOnScreen(local_04) != 1)) {
|
||||
spawn FREE.slot_3B(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
else {
|
||||
spawn FREE.slot_3B(pid, 0x00C8, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
ITEM.slot_25(0x1000, local_04);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue