hello
by friday_donuts
Game: SMW
Description: Message for status bar
; Base ASM file - feel free to copy/paste this and use this for your own code. LDA $100 ; \ only run in gamemode 14 EOR #$14 ; | ORA $9D ; | and when the game isn't paused BEQ + ; | RTL ; | + ; / LDA #$11 STA $0EF9 ;H INC STA $0EFA ;I LDA #$FC STA $0EFB ; LDA #$19 STA $0EFC ;P LDA #$0A STA $0EFD ;A LDA #$1D STA $0EFE ;T LDA #$20 STA $0F09 ;W LDA #$0A STA $0F0A ;A LDA #$1C STA $0F0B ;S STA $0F0C ;S LDA #$1E STA $0F0D ;U LDA #$19 STA $0F0E ;P LDA #$FC STA $0F0F ; STA $0F10 ; STA $0F11 ; LDA #$DE LDX #$C0 LDY #$DE ;stop module RTLback to listings