Difference between revisions of "Clear AT list ID"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00068794: 3c018009 lui r1,0x8009 00068798: ac206100 sw r0,0x6100(r1) clear AT list ID unconditionally 0006879c: 03e00008 jr r31 `000687a0: 000...")
 
(Return locations and navigation)
Line 1: Line 1:
<font face='Courier New'>
 
 
 
  00068794: 3c018009 lui r1,0x8009
 
  00068794: 3c018009 lui r1,0x8009
 
  00068798: ac206100 sw r0,0x6100(r1) clear AT list ID unconditionally
 
  00068798: ac206100 sw r0,0x6100(r1) clear AT list ID unconditionally
 
  0006879c: 03e00008 jr r31
 
  0006879c: 03e00008 jr r31
  `000687a0: 00000000 nop
+
  000687a0: 00000000 nop
</font>
+
 
 +
==Return locations==
 +
'''Battle.bin'''
 +
00071020: [[00071008 - 000711a0]]
 +
00074c58: [[00074bf8 - 00074dcc]]
 +
00074c78: Same routine as above
 +
000750a8: 00074f5c - 0007530c [[Decide what to do based on skillset/ability selections?]]
 +
 
 +
==Navigation==
 +
[[BATTLE.BIN Routines]]
 +
 
 +
< [[00068768 - 00068790]] | [[Clear 960f8 and 960fc]] >

Revision as of 21:11, 6 April 2023

00068794: 3c018009 lui r1,0x8009
00068798: ac206100 sw r0,0x6100(r1)		clear AT list ID unconditionally
0006879c: 03e00008 jr r31
000687a0: 00000000 nop

Return locations

Battle.bin
00071020: 00071008 - 000711a0
00074c58: 00074bf8 - 00074dcc
00074c78: Same routine as above
000750a8: 00074f5c - 0007530c	Decide what to do based on skillset/ability selections?

Navigation

BATTLE.BIN Routines

< 00068768 - 00068790 | Clear 960f8 and 960fc >