speedjumps
by tjb0607
Game:
Description: you have p-speed jumps but you don't have p-speed on the ground
LDA $0100|!addr ; \ only run in gamemode 14 EOR #$14 ; | ORA $9D ; | and when the game isn't paused BEQ + ; | RTL ; | + ; / LDA $72 BEQ + ;CMP #$0C ;uncomment these to allow p-meter to drain ;BEQ ++ LDA #$70 STA $13E4|!addr LDA #$0C STA $72 ++ RTL + LDA #$00 STA $13E4|!addr RTLback to listings