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,33 @@
|
|||
function minedet_use() /* entry=404 class_id=0x061C slot=0x01 */
|
||||
{
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
set_info(1, global[0x001E]);
|
||||
/* global_address global_id=0x1E */
|
||||
if (Actor.getMap((global[0x0008] == 1)) != 25) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* pop_global global_id=0x8 size=0x1 */
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x49 */
|
||||
/* loop current_var=0xFE string_bytes=0x14 loop_type=0x2 */
|
||||
while (!condition) {
|
||||
FREE.slot_3C(12, local_02);
|
||||
local_05 = 1;
|
||||
/* loopnext */
|
||||
}
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x45 */
|
||||
/* loop current_var=0xFE string_bytes=0xC loop_type=0x2 */
|
||||
while (!condition) {
|
||||
local_05 = 1;
|
||||
/* loopnext */
|
||||
}
|
||||
if (local_05) {
|
||||
/* global_address global_id=0x1E */
|
||||
}
|
||||
/* pop_global global_id=0x8 size=0x1 */
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue