Difference between revisions of "Remove Unit from Party"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Remove Unit from Party 00059fe0: 00042200 sll r4,r4,0x08 ID * 256 00059fe4: 340200ff ori r2,r0,0x00ff r2 = FF 00059fe8: 3c018005 lui r1,0x8005 00059fec: 00240821 addu r...")
(No difference)

Revision as of 02:01, 23 February 2012

Remove Unit from Party
00059fe0: 00042200 sll r4,r4,0x08		ID * 256
00059fe4: 340200ff ori r2,r0,0x00ff		r2 = FF
00059fe8: 3c018005 lui r1,0x8005
00059fec: 00240821 addu r1,r1,r4
00059ff0: a0227f75 sb r2,0x7f75(r1)		Store Unit's Party ID = FF
00059ff4: 03e00008 jr r31
00059ff8: 00000000 nop