Difference between revisions of "Transparent Calculation"
Jump to navigation
Jump to search
(Created page with " Transparent Calculation 001854b8: 3c028019 lui r2,0x8019 001854bc: 8c422d94 lw r2,0x2d94(r2) Load Attacker's Data Pointer 001854c0: 27bdffe8 addiu r29,r29,0xffe8 001854c...") |
|||
Line 17: | Line 17: | ||
001854f4: 03e00008 jr r31 | 001854f4: 03e00008 jr r31 | ||
001854f8: 00000000 nop | 001854f8: 00000000 nop | ||
+ | |||
+ | |||
+ | == Return Locations == | ||
+ | |||
+ | *Battle.bin | ||
+ | |||
+ | 00185364: [[Dark/Confuse Caclulation]] | ||
+ | 001885c8: [[Magical Evade Calculation]] |
Revision as of 19:39, 2 March 2012
Transparent Calculation 001854b8: 3c028019 lui r2,0x8019 001854bc: 8c422d94 lw r2,0x2d94(r2) Load Attacker's Data Pointer 001854c0: 27bdffe8 addiu r29,r29,0xffe8 001854c4: afbf0010 sw r31,0x0010(r29) 001854c8: 9042005a lbu r2,0x005a(r2) Load Attacker's 3rd set of statuses 001854cc: 00000000 nop 001854d0: 30420010 andi r2,r2,0x0010 001854d4: 10400005 beq r2,r0,0x001854ec Branch if Attacker isn't Transparent 001854d8: 00000000 nop 001854dc: 3c048019 lui r4,0x8019 001854e0: 248438de addiu r4,r4,0x38de Prep Evade Pointer 001854e4: 0c017991 jal 0x0005e644 Data Nulling (evade) 001854e8: 34050004 ori r5,r0,0x0004 r5 = 4 (all 4 evades) 001854ec: 8fbf0010 lw r31,0x0010(r29) 001854f0: 27bd0018 addiu r29,r29,0x0018 001854f4: 03e00008 jr r31 001854f8: 00000000 nop
Return Locations
- Battle.bin
00185364: Dark/Confuse Caclulation 001885c8: Magical Evade Calculation