Difference between revisions of "Store AT list ID = 1"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
< [[BATTLE.BIN]]
 
 
 
==Routine==
 
==Routine==
 
  000683c0: 34020001 ori r2,r0,0x0001
 
  000683c0: 34020001 ori r2,r0,0x0001
Line 24: Line 22:
  
 
==Navigation==
 
==Navigation==
 +
[[BATTLE.BIN Routines]]
 +
 
< Return addresses and sparse data | [[Store AT list ID = 0]] >
 
< Return addresses and sparse data | [[Store AT list ID = 0]] >

Revision as of 12:55, 3 April 2023

Routine

000683c0: 34020001 ori r2,r0,0x0001
000683c4: 3c018009 lui r1,0x8009
000683c8: ac226110 sw r2,0x6110(r1)		Store AT list ID = 1
000683cc: 03e00008 jr r31
000683d0: 00000000 nop

Return locations

Battle.bin
00070c28: Set next script = action menus
00070cac: Store next Battle flow script = 1
000717ac: Get next acting unit?
000718b0: 0007187c - 00071928
00071c5c: 00071b4c - 00071c88
00072644: 00072544 - 00072670
00072bc4: Range 1 Ability Used
000735f0: 000734cc - 00073634
0007454c: 000744c8 - 000745a8
000747fc: 000747b8 - 00074810
00074a24: 000749c8 - 00074a38
00074ae0: 00074ac0 - 00074af4

Navigation

BATTLE.BIN Routines

< Return addresses and sparse data | Store AT list ID = 0 >