暫無描述

tm_save_block.S 231B

12345678910111213141516
  1. .text
  2. .align 2
  3. .thumb
  4. .global tm_save_slot
  5. tm_save_slot:
  6. ldr r0, tm_save
  7. str r0, [r1, #0x18]
  8. mov r0, #0x80 @108
  9. strb r0, [r1, #0x1c]
  10. ldr r0, return
  11. bx r0
  12. .align
  13. tm_save: .word 0x0203cB10
  14. return: .word 0x08099e74+1