BGMorph
by soapagent
Game: SMW
Description: Changes background color based on screen position and Mario's speed
LDA $26 ; First byte of screen X position mirror STA $701 ; First byte of BG color LDA $7B ; Mario's X speed STA $702 ; Second byte of BG color RTLback to listings