Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- db $EE,$1A ; Palette $06, Third Color
- dw $031F ; Dark Yellow
- db $EE,$1B ; Palette $06, Fourth Color
- dw $0000 ; Black
- db $F3,%00000110
- db "Toad: "
- db $F3,%00000111
- db "*cut out*", $FA,$ED
- db $F3,%00000110
- db "Mario: "
- db $F3,%00000111
- db "*cut out*",$FA,$ED,"*cut out*", $FA,$ED,$F1
- dl .shakeScreen
- db $F3,%00000110
- db "Everybody: "
- db $F3,%00000111
- db "*cut out*",$FA,$ED
- db $F3,%00000110
- db "Mario: "
- db $F3,%00000111
- db "*cut out*",$FA,$FF
- .shakeScreen
- LDA #$40 ;Shake the screen.
- STA $1887
- LDA #$18 ;Play thunder sound effect.
- STA $1DFC
- LDA #$01 ;Toggle On/Off Switch to Off. Used to make the ground disappear.
- STA $14AF
- RTL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement