Difference between revisions of "Force Attack Miss 2"
Jump to navigation
Jump to search
m (Nyzer moved page Force Attack Miss? to Force Attack Miss 2: Fucking question marks) |
RetroTypes (talk | contribs) (Removed redirect to Cause Action Miss) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | + | No Parameters - Returns Nothing | |
+ | |||
+ | Force attack to miss target. Update some Target Current Action flags | ||
+ | - 0x00 : Hit flag set to 0x00 | ||
+ | - 0x02 : Evade Type set to 0x06 (Miss) | ||
+ | ---------------------------------------------------------------------------------------------------------------------- | ||
+ | 0018433c: 3c028019 lui r2,0x8019 | ||
+ | 00184340: 8c422d90 lw r2,0x2d90(r2) Load Current Action Data Pointer | ||
+ | 00184344: 00000000 nop | ||
+ | 00184348: a0400000 sb r0,0x0000(r2) Store Attack miss | ||
+ | 0018434c: 3c038019 lui r3,0x8019 | ||
+ | 00184350: 8c632d90 lw r3,0x2d90(r3) Load Current Action Data Pointer | ||
+ | 00184354: 34020006 ori r2,r0,0x0006 r2 = 0x06 (Evade Type = "Miss") | ||
+ | 00184358: 03e00008 jr r31 | ||
+ | 0018435c: a0620002 sb r2,0x0002(r3) Store Attack as missed | ||
+ | |||
+ | == Return Locations == | ||
+ | |||
+ | 001843d0: [[Dance/Song hit %]] | ||
+ | 00187594: [[Uses HP damage as Action hit%]] |
Latest revision as of 14:13, 27 December 2024
No Parameters - Returns Nothing Force attack to miss target. Update some Target Current Action flags - 0x00 : Hit flag set to 0x00 - 0x02 : Evade Type set to 0x06 (Miss) ---------------------------------------------------------------------------------------------------------------------- 0018433c: 3c028019 lui r2,0x8019 00184340: 8c422d90 lw r2,0x2d90(r2) Load Current Action Data Pointer 00184344: 00000000 nop 00184348: a0400000 sb r0,0x0000(r2) Store Attack miss 0018434c: 3c038019 lui r3,0x8019 00184350: 8c632d90 lw r3,0x2d90(r3) Load Current Action Data Pointer 00184354: 34020006 ori r2,r0,0x0006 r2 = 0x06 (Evade Type = "Miss") 00184358: 03e00008 jr r31 0018435c: a0620002 sb r2,0x0002(r3) Store Attack as missed
Return Locations
001843d0: Dance/Song hit % 00187594: Uses HP damage as Action hit%