AutoDrago

by elementaltem

Game: SMW

Description: No more dragon hunting!

; 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 $16
AND #$20
BNE drago
RTL

drago:
LDA #$05
STA $1420
STA $1422
RTL

back to listings