Difference between revisions of "Enable/disable acting status"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00183de0: 27bdffe8 addiu r29,r29,0xffe8 00183de4: afbf0010 sw r31,0x0010(r29) 00183de8: 0c0179ea jal 0x0005e7a8 set status for display 0018...")
 
Line 9: Line 9:
 
  00183df8: 03e00008 jr r31
 
  00183df8: 03e00008 jr r31
 
  00183dfc: 00000000 nop
 
  00183dfc: 00000000 nop
 +
=== Return Locations ===
 +
'''Battle.bin '''
 +
00075500: [[Set move/act based on skillset]]
 
</font>
 
</font>

Revision as of 09:52, 23 January 2024

00183de0: 27bdffe8 addiu r29,r29,0xffe8
00183de4: afbf0010 sw r31,0x0010(r29)
00183de8: 0c0179ea jal 0x0005e7a8				set status for display	
00183dec: 00002821 addu r5,r0,r0
00183df0: 8fbf0010 lw r31,0x0010(r29)
00183df4: 27bd0018 addiu r29,r29,0x0018
00183df8: 03e00008 jr r31
00183dfc: 00000000 nop

Return Locations

Battle.bin 
00075500: Set move/act based on skillset