File Name: | Music Change Block |
Submitted: | 24-10-2015 08:26:36 PM by GameplaysDetonados |
Authors: | GameplaysDetonados |
Act As: | 25 |
Includes GFX: | No |
Description: | This is a simple block that changes the level song. |
This block is only a LDA ,STA and anyone can make it.
Also:
Codedb $42
JMP Mario : JMP Mario : JMP Mario
JMP Nothing : JMP Nothing
JMP Nothing : JMP Nothing
JMP Mario : JMP Mario : JMP Mario
Mario:
LDA #$00 ; \ Change This to the song that you want to change(If you put $00 the music will not change)
STA $1DFB ; /
Nothing:
RTL
print "Change the song of the level"
Can be replaced for:
Codedb $42
!song = #$00 ;change this for the song that you want.
JMP Mario : JMP Mario : JMP Mario
JMP Nothing : JMP Nothing
JMP Nothing : JMP Nothing
JMP Mario : JMP Mario : JMP Mario
Mario:
LDA !song ; \ Change This to the song that you want to change(If you put $00 the music will not change)
STA $1DFB ; /
Nothing:
RTL
print "Change the song of the level"
To make it more friendly for the user.
------------------------------------------------------
Youtube
Twitter
SMWControlLibX GitHub
My Discord Server
Follow Us On