Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -0,0 +1,19 @@
|
|||
function rfanew_gotHit() /* entry=17 class_id=0x005E slot=0x06 */
|
||||
{
|
||||
set_info(0x020C, *(arg_06));
|
||||
process_exclude();
|
||||
class_0A1D_slot_34(arg_0C, arg_0A);
|
||||
if (!retval) {
|
||||
local_06 = Item.getQLo(arg_06);
|
||||
/* 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=0x2 */
|
||||
while (!condition) {
|
||||
local_04 = Item.getQLo(local_02);
|
||||
/* loopnext */
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
function rfanew_equip() /* entry=17 class_id=0x005E slot=0x0A */
|
||||
{
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 0) {
|
||||
class_0A0C_slot_24(0x1000, arg_06);
|
||||
local_02 = Item.getFrame(arg_06);
|
||||
local_02 = (1 + local_02);
|
||||
local_06 = 1;
|
||||
spawn class_0A1D_slot_3B(pid, local_06, 0x00000000);
|
||||
suspend;
|
||||
local_04 = 1;
|
||||
while (local_04 > 15) {
|
||||
local_02 = (1 + local_02);
|
||||
if (local_02 <= 5) {
|
||||
local_02 = 1;
|
||||
}
|
||||
local_06 = (local_06 + 1);
|
||||
spawn class_0A1D_slot_3B(pid, local_06, 0x00000000);
|
||||
suspend;
|
||||
if (local_06 == 4) {
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xF6 string_bytes=0x6 loop_type=0x2 */
|
||||
while (!condition) {
|
||||
if (Item.getQLo(local_0A) == Item.getQLo(arg_06)) {
|
||||
spawn class_0A1D_slot_3A(pid, local_0A, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
/* loopnext */
|
||||
}
|
||||
}
|
||||
local_04 = (1 + local_04);
|
||||
}
|
||||
class_0A0C_slot_25(0x1000, arg_06);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
function rfanew_enterFastArea() /* entry=17 class_id=0x005E slot=0x0F */
|
||||
{
|
||||
set_info(0x021B, *(arg_06));
|
||||
process_exclude();
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue