Difference between revisions of "JOBSTTS.OUT Store Image & Wait"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " 001e2020: 27bdffe8 addiu r29,r29,0xffe8 001e2024: afbf0010 sw r31,0x0010(r29) 001e2028: 0c009258 jal 0x00024960 001e202c: 00000000 nop 001e2030: 0c0091b5 jal 0x000246d4...")
 
m
Line 1: Line 1:
 
  001e2020: 27bdffe8 addiu r29,r29,0xffe8
 
  001e2020: 27bdffe8 addiu r29,r29,0xffe8
 
  001e2024: afbf0010 sw r31,0x0010(r29)
 
  001e2024: afbf0010 sw r31,0x0010(r29)
  001e2028: 0c009258 jal 0x00024960
+
  001e2028: 0c009258 jal 0x00024960                 [[SYS StoreImage]]
 
  001e202c: 00000000 nop
 
  001e202c: 00000000 nop
  001e2030: 0c0091b5 jal 0x000246d4
+
  001e2030: 0c0091b5 jal 0x000246d4                 [[SYS DrawSync]]
 
  001e2034: 34040001 ori r4,r0,0x0001
 
  001e2034: 34040001 ori r4,r0,0x0001
  001e2038: 1440fffd bne r2,r0,0x001e2030
+
  001e2038: 1440fffd bne r2,r0,0x001e2030           and wait
 
  001e203c: 00000000 nop
 
  001e203c: 00000000 nop
 
  001e2040: 8fbf0010 lw r31,0x0010(r29)
 
  001e2040: 8fbf0010 lw r31,0x0010(r29)

Revision as of 01:03, 15 December 2024

001e2020: 27bdffe8 addiu r29,r29,0xffe8
001e2024: afbf0010 sw r31,0x0010(r29)
001e2028: 0c009258 jal 0x00024960                  SYS StoreImage
001e202c: 00000000 nop
001e2030: 0c0091b5 jal 0x000246d4                  SYS DrawSync
001e2034: 34040001 ori r4,r0,0x0001
001e2038: 1440fffd bne r2,r0,0x001e2030            and wait
001e203c: 00000000 nop
001e2040: 8fbf0010 lw r31,0x0010(r29)
001e2044: 27bd0018 addiu r29,r29,0x0018
001e2048: 03e00008 jr r31
001e204c: 00000000 nop