BGMorph2
by soapagent
Game: SMW
Description: Periodically changes background color based on screen position and Mario's speed
LDA $F30 CMP #$00 BNE + 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