Difference between revisions of "Clear 960f8 and 960fc"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 000687a4: 3c018009 lui r1,0x8009 000687a8: ac2060f8 sw r0,0x60f8(r1) 000687ac: 3c018009 lui r1,0x8009 000687b0: ac2060fc sw r0,0x60fc(r1) 0006...")
 
m (→‎Navigation: Formatting)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<font face='Courier New'>
+
Clear 960f8 and 960fc 687a4: [[000687a4 - 000687b8]]
 
   
 
   
  000687a4: 3c018009 lui r1,0x8009
+
  000687a8: ac2060f8 sw r0,0x60f8(r1)
+
  000687a4: 3c018009 lui r1,0x8009
  000687ac: 3c018009 lui r1,0x8009
+
  000687a8: ac2060f8 sw r0,0x60f8(r1) Store 0 into 0x800960F8
  000687b0: ac2060fc sw r0,0x60fc(r1)
+
  000687ac: 3c018009 lui r1,0x8009
  000687b4: 03e00008 jr r31
+
  000687b0: ac2060fc sw r0,0x60fc(r1) Store 0 into 0x800960FC
 +
  000687b4: 03e00008 jr r31 Jump to Address
 
  000687b8: 00000000 nop
 
  000687b8: 00000000 nop
</font>
+
 +
==Return locations==
 +
'''Battle.bin'''
 +
000752d8: 00074f5c - 0007530c [[Decide what to do based on skillset/ability selections?]]
 +
 
 +
==< [[BATTLE.BIN Routines]]==
 +
<div style="float:left;">< [[Clear AT list ID]]</div><div style="float:right;">[[Transfer Palette]] ></div>

Latest revision as of 12:49, 7 April 2023

Clear 960f8 and 960fc 687a4:		000687a4 - 000687b8


000687a4: 3c018009 lui r1,0x8009			
000687a8: ac2060f8 sw r0,0x60f8(r1)			Store 0 into 0x800960F8
000687ac: 3c018009 lui r1,0x8009			
000687b0: ac2060fc sw r0,0x60fc(r1)			Store 0 into 0x800960FC
000687b4: 03e00008 jr r31			Jump to Address
000687b8: 00000000 nop

Return locations

Battle.bin
000752d8: 00074f5c - 0007530c	Decide what to do based on skillset/ability selections?

< BATTLE.BIN Routines

< Clear AT list ID
Transfer Palette >