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,23 @@
|
|||
function videobox_equip() /* entry=332 class_id=0x056D slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
/* pop_global global_id=0x1 size=0x1 */
|
||||
if (!(global[0x0001])) {
|
||||
/* global_address global_id=0x1E */
|
||||
spawn ITEM.slot_21();
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* 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=0x4 */
|
||||
while (!condition) {
|
||||
/* loopnext */
|
||||
}
|
||||
/* pop_global global_id=0xA size=0x1 */
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue