instant_p_speed
by furyfulfawful
Game: SMW
Description: Player gets P-speed as soon as hitting normal running speeds
LDA $100 ; \ only run in gamemode 14 EOR #$14 ; | ORA $9D ; | and when the game isn't paused BEQ + ; | RTL ; | + ; / LDA $07B CMP #$23 BPL + CMP #$DC BMI + BRA ++ + LDA #$70 STA $13E4 ++ RTLback to listings