Advertisement
GoGoJJTech

D/N switch

Jul 8th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .text
  2. .align 2
  3. .thumb
  4. .thumb_func
  5. .global gameboyplayerbackgroundroutine
  6. main:
  7. add r3, r2, #0x4
  8. ldr r2, ramtable
  9. push {r0,r2-r7}
  10. ldr r0, hour
  11. ldrb r0, [r0]
  12. add r1, r0, #0x0
  13. pop {r0,r2-r7}
  14. cmp r1, #0x4
  15. blt gbp
  16. cmp r1, #0x14
  17. bge gbp
  18. ldr r1, normaltable
  19. b exit
  20. gbp: ldr r1, gbptable
  21. exit: lsr r0, r0, #0xD
  22. add r0, r0, r1
  23. mov pc, r3
  24. .align
  25. ramtable: .word 0x084A329C
  26. normaltable: .word 0x08B43D00
  27. gbptable: .word 0x08B44D00
  28. hour: .word 0x3005542
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement