Advertisement
GoGoJJTech

evolvecosofmapname

Jun 11th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. .text
  2. .align 2
  3. .thumb
  4. .thumb_func
  5. .global evolvecosofmapname
  6.  
  7. main:
  8. push {r0-r7}
  9. add r0, r6, r7 // replaced this one already
  10. lsl r0, r0, #0x3
  11. add r0, r2, r0
  12. add r3, r0, r3
  13. ldrb r2, [r3, #0x2]
  14. mov r0, r8
  15. ldr r6, currentmapname
  16. ldrb r6, [r6, #0x0]
  17. cmp r2, r6
  18. bne exit
  19. mov r10, r3
  20. pop {r0-r7}
  21. mov r1, r10
  22. add r1, #0x2
  23. ldr r0, levelcheckloc
  24. bx r0
  25. exit: pop {r0-r7}
  26. ldr r0, noevo
  27. bx r0
  28. .align
  29. levelcheckloc: .word 0x08043017
  30. noevo: .word 0x08043111
  31. currentmapname: .word 0x02036E10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement