Difference between revisions of "Set Only Action Taken"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [0x00183ba8] addiu r29,r29,-0x0018 [0x00183bac] sw r31,0x0010(r29) [0x00183bb0] addu r5,r0,r0 r5 = 0 [0x00183bb4] jal 0x00183bf0 Set mo...")
 
(→‎Return Locations: Added remaining locations)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
  [0x00183bc4] jr r31
 
  [0x00183bc4] jr r31
 
  [0x00183bc8] nop
 
  [0x00183bc8] nop
 +
=== Return Locations ===
 +
'''Battle.bin '''
 +
00074110: [[Execute Ability]]
 +
000751c8: [[Decide what to do based on skillset/ability selections]]
 +
000754e4: [[Set move/act based on skillset]]
 +
00075534: [[Set move/act based on skillset]]
 +
00075550: [[Set move/act based on skillset]]
 +
00077100: [[Commence pre-attack phase control]]

Latest revision as of 05:44, 7 January 2025

[0x00183ba8] addiu r29,r29,-0x0018
[0x00183bac] sw r31,0x0010(r29)
[0x00183bb0] addu r5,r0,r0                   r5 = 0
[0x00183bb4] jal 0x00183bf0                 Set move/act flags
[0x00183bb8] ori r6,r0,0x0001                r6 = 1
[0x00183bbc] lw r31,0x0010(r29)
[0x00183bc0] addiu r29,r29,0x0018
[0x00183bc4] jr r31
[0x00183bc8] nop

Return Locations

Battle.bin 
00074110: Execute Ability
000751c8: Decide what to do based on skillset/ability selections
000754e4: Set move/act based on skillset
00075534: Set move/act based on skillset
00075550: Set move/act based on skillset
00077100: Commence pre-attack phase control