Difference between revisions of "00044a08 - 00044a30"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00044a08: 27bdffe8 addiu r29,r29,0xffe8 00044a0c: 00802821 addu r5,r4,r0 00044a10: afbf0010 sw r31,0x0010(r29) 00044a14: 0c01127e jal 0x000449f...")
 
m
Line 1: Line 1:
 
<font face='Courier New'>
 
<font face='Courier New'>
+
If WEP1 Animation > 101, jump here.
 +
 
 
  00044a08: 27bdffe8 addiu r29,r29,0xffe8
 
  00044a08: 27bdffe8 addiu r29,r29,0xffe8
  00044a0c: 00802821 addu r5,r4,r0
+
  00044a0c: 00802821 addu r5,r4,r0         moves Misc unit data to r5
 
  00044a10: afbf0010 sw r31,0x0010(r29)
 
  00044a10: afbf0010 sw r31,0x0010(r29)
  00044a14: 0c01127e jal 0x000449f8
+
  00044a14: 0c01127e jal 0x000449f8         this does nothing. like I'm not joking, it does nothing. it jumps and saves 0x00044a1c to r31 and then jr r31 nop.
  00044a18: 00002021 addu r4,r0,r0
+
  00044a18: 00002021 addu r4,r0,r0         clears r4
 
  00044a1c: 3c018005 lui r1,0x8005
 
  00044a1c: 3c018005 lui r1,0x8005
  00044a20: ac20c6c4 sw r0,-0x393c(r1)
+
  00044a20: ac20c6c4 sw r0,-0x393c(r1)      clears ???? (some event trigger? a table?)
 
  00044a24: 8fbf0010 lw r31,0x0010(r29)
 
  00044a24: 8fbf0010 lw r31,0x0010(r29)
 
  00044a28: 27bd0018 addiu r29,r29,0x0018
 
  00044a28: 27bd0018 addiu r29,r29,0x0018
 
  00044a2c: 03e00008 jr r31
 
  00044a2c: 03e00008 jr r31
 
  00044a30: 00000000 nop
 
  00044a30: 00000000 nop
 +
 +
Return addresses:
 +
[[Load WEP graphic from WEP1 Sheet]]
 
</font>
 
</font>

Revision as of 07:28, 22 June 2021

If WEP1 Animation > 101, jump here.

00044a08: 27bdffe8 addiu r29,r29,0xffe8
00044a0c: 00802821 addu r5,r4,r0          moves Misc unit data to r5
00044a10: afbf0010 sw r31,0x0010(r29)
00044a14: 0c01127e jal 0x000449f8         this does nothing. like I'm not joking, it does nothing. it jumps and saves 0x00044a1c to r31 and then jr r31 nop.
00044a18: 00002021 addu r4,r0,r0          clears r4
00044a1c: 3c018005 lui r1,0x8005
00044a20: ac20c6c4 sw r0,-0x393c(r1)      clears ???? (some event trigger? a table?)
00044a24: 8fbf0010 lw r31,0x0010(r29)
00044a28: 27bd0018 addiu r29,r29,0x0018
00044a2c: 03e00008 jr r31
00044a30: 00000000 nop
Return addresses:
Load WEP graphic from WEP1 Sheet