Advertisement
Guest User

Untitled

a guest
Aug 24th, 2011
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. db $42 ; enable corner and inside offsets
  2. JMP Return : JMP Return : JMP Return : JMP Return : JMP Return : JMP Return : JMP Return
  3. JMP Return : JMP Mario : JMP Mario
  4.  
  5. Mario:
  6. LDA $16
  7. AND #$08
  8. BEQ Return
  9. LDA $19
  10. CMP #$02
  11. BEQ Cape
  12. CMP #$03
  13. BNE Return
  14. LDA #$02
  15. STA $0DC2
  16. BRA Change
  17.  
  18. Cape:
  19. LDA #$04
  20. STA $0DC2
  21.  
  22. Change:
  23. STZ $19
  24. LDA #$02
  25. STA $71
  26. LDA #$2F
  27. STA $1496
  28. STA $9D
  29. LDA #$0A
  30. STA $1DF9
  31.  
  32. Return:
  33. RTL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement