Difference between revisions of "WORLD Check If Tutorial Event Slot"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
seems to be used in the same manner as [[Check If Tutorial Event Slot]] (BATTLE)?
+
See also: [[BATTLE Check If Tutorial Event Slot]]
 
+
  000e1e38: 03e00008 jr r31
+
  000e1e38: 03e00008 jr r31                 # Yes this routine always returns 0.
 
  000e1e3c: 00001021 addu r2,r0,r0
 
  000e1e3c: 00001021 addu r2,r0,r0
000e1e40: 27bdffe8 addiu r29,r29,0xffe8
 
000e1e44: afbf0010 sw r31,0x0010(r29)
 
000e1e48: 0c039e04 jal 0x000e7810
 
000e1e4c: 00000000 nop
 
000e1e50: 00402021 addu r4,r2,r0
 
000e1e54: 340207d0 ori r2,r0,0x07d0
 
000e1e58: 10820008 beq r4,r2,0x000e1e7c
 
000e1e5c: 00000000 nop
 
000e1e60: 0c023374 jal 0x0008cdd0
 
000e1e64: 00000000 nop
 
000e1e68: 00401821 addu r3,r2,r0
 
000e1e6c: 2402ffff addiu r2,r0,0xffff
 
000e1e70: 14620002 bne r3,r2,0x000e1e7c
 
000e1e74: 00601021 addu r2,r3,r0
 
000e1e78: 340207d0 ori r2,r0,0x07d0
 
000e1e7c: 8fbf0010 lw r31,0x0010(r29)
 
000e1e80: 27bd0018 addiu r29,r29,0x0018
 
000e1e84: 03e00008 jr r31
 
000e1e88: 00000000 nop
 

Latest revision as of 10:55, 10 September 2025

See also: BATTLE Check If Tutorial Event Slot

000e1e38: 03e00008 jr r31                  # Yes this routine always returns 0.
000e1e3c: 00001021 addu r2,r0,r0