Difference between revisions of "Fall Dust Cloud: Set Secondary Effect Struct"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00068b14: 27bdffe8 addiu r29,r29,0xffe8 00068b18: afbf0010 sw r31,0x0010(r29) 00068b1c: 0c01a288 jal 0x00068a20 00068b20: 34050009 ori r5,r0,0x...")
 
(Return locations and navigation)
Line 1: Line 1:
<font face='Courier New'>
 
 
 
  00068b14: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b14: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b18: afbf0010 sw r31,0x0010(r29)
 
  00068b18: afbf0010 sw r31,0x0010(r29)
Line 8: Line 6:
 
  00068b28: 27bd0018 addiu r29,r29,0x0018
 
  00068b28: 27bd0018 addiu r29,r29,0x0018
 
  00068b2c: 03e00008 jr r31
 
  00068b2c: 03e00008 jr r31
  `00068b30: 00000000 nop
+
  00068b30: 00000000 nop
</font>
+
 
 +
==Return locations==
 +
'''Battle.bin'''
 +
0006baac: 0006ba38 - 0006bad4 [[Palette adjustment based on Tile Type]]
 +
 
 +
==Navigation==
 +
[[BATTLE.BIN Routines]]
 +
 
 +
< [[Call palette routine 5]] | [[Call palette routine 7]] >

Revision as of 23:02, 6 April 2023

00068b14: 27bdffe8 addiu r29,r29,0xffe8
00068b18: afbf0010 sw r31,0x0010(r29)
00068b1c: 0c01a288 jal 0x00068a20
00068b20: 34050009 ori r5,r0,0x0009
00068b24: 8fbf0010 lw r31,0x0010(r29)
00068b28: 27bd0018 addiu r29,r29,0x0018
00068b2c: 03e00008 jr r31
00068b30: 00000000 nop

Return locations

Battle.bin
0006baac: 0006ba38 - 0006bad4	Palette adjustment based on Tile Type

Navigation

BATTLE.BIN Routines

< Call palette routine 5 | Call palette routine 7 >