Difference between revisions of "0008e0f0 - 0008e118"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 0008e0f0: 27bdffe8 addiu r29,r29,0xffe8 0008e0f4: afbf0010 sw r31,0x0010(r29) 0008e0f8: 00802821 addu r5,r4,r0 0008e0fc: 34040081 ori r4,r0,0x0...")
 
m
Line 1: Line 1:
<font face='Courier New'>
+
# handles "Use3DObject" object ID?
+
# r4 = object ID
 +
 
 
  0008e0f0: 27bdffe8 addiu r29,r29,0xffe8
 
  0008e0f0: 27bdffe8 addiu r29,r29,0xffe8
 
  0008e0f4: afbf0010 sw r31,0x0010(r29)
 
  0008e0f4: afbf0010 sw r31,0x0010(r29)
  0008e0f8: 00802821 addu r5,r4,r0
+
  0008e0f8: 00802821 addu r5,r4,r0           # object ID
  0008e0fc: 34040081 ori r4,r0,0x0081
+
  0008e0fc: 34040081 ori r4,r0,0x0081       # -> command 0x17
  0008e100: 34060001 ori r6,r0,0x0001
+
  0008e100: 34060001 ori r6,r0,0x0001       # 1?
  0008e104: 0c03c2f8 jal 0x000f0be0
+
  0008e104: 0c03c2f8 jal 0x000f0be0         # [[000f0be0 - 000f1200]]
  0008e108: 34070001 ori r7,r0,0x0001
+
  0008e108: 34070001 ori r7,r0,0x0001       # 1?
 
  0008e10c: 8fbf0010 lw r31,0x0010(r29)
 
  0008e10c: 8fbf0010 lw r31,0x0010(r29)
 
  0008e110: 27bd0018 addiu r29,r29,0x0018
 
  0008e110: 27bd0018 addiu r29,r29,0x0018
 
  0008e114: 03e00008 jr r31
 
  0008e114: 03e00008 jr r31
 
  0008e118: 00000000 nop
 
  0008e118: 00000000 nop
</font>
 

Revision as of 03:18, 6 September 2025

  1. handles "Use3DObject" object ID?
  2. r4 = object ID
0008e0f0: 27bdffe8 addiu r29,r29,0xffe8
0008e0f4: afbf0010 sw r31,0x0010(r29)
0008e0f8: 00802821 addu r5,r4,r0           # object ID
0008e0fc: 34040081 ori r4,r0,0x0081        # -> command 0x17
0008e100: 34060001 ori r6,r0,0x0001        # 1?
0008e104: 0c03c2f8 jal 0x000f0be0          # 000f0be0 - 000f1200
0008e108: 34070001 ori r7,r0,0x0001        # 1?
0008e10c: 8fbf0010 lw r31,0x0010(r29)
0008e110: 27bd0018 addiu r29,r29,0x0018
0008e114: 03e00008 jr r31
0008e118: 00000000 nop