Difference between revisions of "Fermata"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Talcall moved page 0001589c - 000158b4 to Fermata)
m
 
Line 1: Line 1:
 
<font face='Courier New'>
 
<font face='Courier New'>
 
   
 
   
  0001589c: 94c20000 lhu r2,0x0000(r6)
+
  0001589c: 94c20000 lhu r2,0x0000(r6)           load?
  000158a0: 90830000 lbu r3,0x0000(r4)
+
  000158a0: 90830000 lbu r3,0x0000(r4)           load hold length
 
  000158a4: 34420100 ori r2,r2,0x0100
 
  000158a4: 34420100 ori r2,r2,0x0100
  000158a8: a4c20000 sh r2,0x0000(r6)
+
  000158a8: a4c20000 sh r2,0x0000(r6)           store new?
 
  000158ac: 24820001 addiu r2,r4,0x0001
 
  000158ac: 24820001 addiu r2,r4,0x0001
 
  000158b0: 03e00008 jr r31
 
  000158b0: 03e00008 jr r31
  000158b4: a4c30074 sh r3,0x0074(r6)
+
  000158b4: a4c30074 sh r3,0x0074(r6)           store hold length
 
</font>
 
</font>

Latest revision as of 05:11, 18 June 2024

0001589c: 94c20000 lhu r2,0x0000(r6)           load?
000158a0: 90830000 lbu r3,0x0000(r4)           load hold length
000158a4: 34420100 ori r2,r2,0x0100
000158a8: a4c20000 sh r2,0x0000(r6)            store new?
000158ac: 24820001 addiu r2,r4,0x0001
000158b0: 03e00008 jr r31
000158b4: a4c30074 sh r3,0x0074(r6)            store hold length