proofofconcept

by kappatechy

Game: SMW

Description: Proof of concept for more useful modules

!mode_ = $7e0100
!player_mode = $7e0071
!coin_count = $7E0DBF

LDA !player_mode   ; Only run if Mario is mid-death
CMP #$9
BNE end

LDA #$63
STA !coin_count ; Store 99 in the coin counter, as a proof of concept

end:
RTL
back to listings