stucc

by friday_donuts

Game: SMW

Description: X Speed 0 unless when in the air

; Base ASM file - feel free to copy/paste this and use this for your own code.
	LDA $100	; \ only run in gamemode 14
	EOR #$14	; |
	ORA $9D		; | and when the game isn't paused
	BEQ +		; |
	RTL		; |
	+		; /

LDA $72
BNE +
STZ $7B
+
RTL
back to listings