Difference between revisions of "Set Effect phase to No Effect"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 001a18a4: 3c03801b lui r3,0x801b 001a18a8: 8c6363e8 lw r3,0x63e8(r3) 001a18ac: 34020001 ori r2,r0,0x0001 001a18b0: 14620003 bne r3,r2,0x001a18c...")
 
Line 2: Line 2:
 
   
 
   
 
  001a18a4: 3c03801b lui r3,0x801b
 
  001a18a4: 3c03801b lui r3,0x801b
  001a18a8: 8c6363e8 lw r3,0x63e8(r3)
+
  001a18a8: 8c6363e8 lw r3,0x63e8(r3) #load effect current phase
 
  001a18ac: 34020001 ori r2,r0,0x0001
 
  001a18ac: 34020001 ori r2,r0,0x0001
  001a18b0: 14620003 bne r3,r2,0x001a18c0
+
  001a18b0: 14620003 bne r3,r2,0x001a18c0 #branch if not in starting phase
 
  001a18b4: 00000000 nop
 
  001a18b4: 00000000 nop
 
  001a18b8: 3c01801b lui r1,0x801b
 
  001a18b8: 3c01801b lui r1,0x801b
  001a18bc: ac2063e8 sw r0,0x63e8(r1)
+
  001a18bc: ac2063e8 sw r0,0x63e8(r1) #set no effect running.
 
  001a18c0: 03e00008 jr r31
 
  001a18c0: 03e00008 jr r31
 
  001a18c4: 00000000 nop
 
  001a18c4: 00000000 nop
 
</font>
 
</font>

Revision as of 05:30, 5 November 2022

001a18a4: 3c03801b lui r3,0x801b
001a18a8: 8c6363e8 lw r3,0x63e8(r3)			#load effect current phase
001a18ac: 34020001 ori r2,r0,0x0001
001a18b0: 14620003 bne r3,r2,0x001a18c0		#branch if not in starting phase
001a18b4: 00000000 nop
001a18b8: 3c01801b lui r1,0x801b
001a18bc: ac2063e8 sw r0,0x63e8(r1)			#set no effect running.
001a18c0: 03e00008 jr r31
001a18c4: 00000000 nop