Advertisement
MolSno

nukestatusbar.asm

Jan 3rd, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. lorom
  2. header
  3.  
  4. org $8081F4 ; JSR $008DAC
  5. BRA + : NOP : +
  6.  
  7. org $808292 ; TODO: actually move the IRQ to NMI maybe?
  8. LDY #$00
  9.  
  10. org $8082E8 ; JSR $008DAC
  11. BRA + : NOP : +
  12.  
  13. org $808C81 ; literally nuke the status bar
  14. fill 1104 ; up to $0090D0
  15.  
  16. org $80985A ; JSR $008CFF
  17. BRA + : NOP : +
  18.  
  19. org $80A2D5 ; JSR $008E1A
  20. BRA + : NOP : +
  21.  
  22. org $80A5A8 ; JSR $008CFF
  23. BRA + : NOP : +
  24.  
  25. org $80A5D5 ; JSR $008E1A
  26. BRA + : NOP : +
  27.  
  28. org $80F5F8 ; don't try dropping anything when getting hurt
  29. BRA + : NOP #2 : + ; uncomment this out if you use the SMB3 powerdown patch
  30.  
  31. org $81C540 ; don't store items ever
  32. BRA + : NOP #11 : +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement