Increment AT List ID

From Final Fantasy Hacktics Wiki
Revision as of 20:21, 8 October 2012 by Choto (talk | contribs) (Created page with " Increment AT List ID 0006867c: 3c028009 lui r2,0x8009 00068680: 8c426100 lw r2,0x6100(r2) Load AT List ID 00068684: 00000000 nop 00068688: 24420001 addiu r2,r2,0x0001 I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Increment AT List ID
0006867c: 3c028009 lui r2,0x8009
00068680: 8c426100 lw r2,0x6100(r2)		Load AT List ID
00068684: 00000000 nop
00068688: 24420001 addiu r2,r2,0x0001		ID += 1
0006868c: 3c018009 lui r1,0x8009
00068690: ac226100 sw r2,0x6100(r1)		Store new AT List ID
00068694: 28420028 slti r2,r2,0x0028
00068698: 14400003 bne r2,r0,0x 000686a8		Branch if ID < 40
0006869c: 00000000 nop
000686a0: 3c018009 lui r1,0x8009
000686a4: ac206100 sw r0,0x6100(r1)		Store ID = 0
000686a8: 03e00008 jr r31
000686ac: 00000000 nop