Advertisement
NewDenverCity

nopalfade for FR

Nov 20th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .thumb
  2.  
  3. @kleenexfeu's palfade thing is at 0x5E70A in EM, and I'm
  4. @putting it in at 0x34FFC in FR.
  5.  
  6. start:
  7. ldr r0, currentmove
  8. ldrh r0, [r0]
  9. cmp r0, #0x90 @compares move to Tranform
  10. bne nopalfade
  11. continue:
  12. ldr r3, thing
  13. mov r0, r10
  14. mov r1, #0x10
  15. mov r2, #0x6
  16. ldr r4, palfade
  17. bl jump
  18. ldr r1, return
  19. mov pc, r1
  20. nopalfade:
  21. ldr r0, return2
  22. mov pc, r0
  23. jump:
  24. mov pc, r4
  25.  
  26. .align 2
  27. current_move: .word 0x02023D4A
  28. thing: .word 0x7FFF
  29. palfade: .word 0x08045274
  30. return: .word 0x08035008
  31. return2: .word 0x08035028
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement