DontLetGo
by fiskbit
Game: SMW
Description: Pushes Mario left when not holding any buttons
lda $100 cmp #$14 bne done lda $17 and #$F0 ora $15 bne done lda #$20 sta $7b done: rtlback to listings
by fiskbit
Game: SMW
Description: Pushes Mario left when not holding any buttons
lda $100 cmp #$14 bne done lda $17 and #$F0 ora $15 bne done lda #$20 sta $7b done: rtlback to listings