Dragon Check

From Final Fantasy Hacktics Wiki
Revision as of 04:51, 16 February 2012 by Choto (talk | contribs) (Created page with " Dragon Check: 001875bc: 3c028019 lui r2,0x8019 001875c0: 8c422d98 lw r2,0x2d98(r2) Load Target's stats 001875c4: 27bdffe8 addiu r29,r29,0xffe8 001875c8: afbf0010 sw ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Dragon Check:
001875bc: 3c028019 lui r2,0x8019		
001875c0: 8c422d98 lw r2,0x2d98(r2)		Load Target's stats
001875c4: 27bdffe8 addiu r29,r29,0xffe8		
001875c8: afbf0010 sw r31,0x0010(r29)		
001875cc: 9042015e lbu r2,0x015e(r2)		Load Target's Graphic
001875d0: 00000000 nop				
001875d4: 2442fff1 addiu r2,r2,0xfff1		Target's Graphic - E
001875d8: 2c420002 sltiu r2,r2,0x0002		Set to 1 if Target's Graphic is E, F, or 10 
001875dc: 14400003 bne r2,r0,0x001875ec		Branch to end if target is using Graphic E, F, 10
001875e0: 00000000 nop				
001875e4: 0c0610c3 jal 0x0018430c		Force Attack Miss
001875e8: 00000000 nop				
001875ec: 8fbf0010 lw r31,0x0010(r29)		
001875f0: 27bd0018 addiu r29,r29,0x0018		
001875f4: 03e00008 jr r31			
001875f8: 00000000 nop