Originally posted by Von Fahrenheit
We have now reached the point where we have high-quality tutorials for obscure and almost-useless things. Cool.
I specialize in that area.
But I actually am using this in my hack.
LDA's Profile → Posts
PHX STZ $88 LDX $95 LDA $5B LSR BCC $02 : LDX $97 LDA.b #$0050 STA $19B8,x LDA.b #$0050>>8 ORA #$02 STA $19D8,x LDA #$06 STA $71 PLX
STZ $88 LDX $95 LDA $5B LSR BCC $02 : LDX $97 LDA.b #$50 STA $19B8,x LDA.b #$02 STA $19D8,x LDA #$06 STA $71
Advance: STZ $88 ; \ LDX $95 ; | LDA $5B ; | Teleport Mario LSR ; | BCC $02 : LDX $97 ; | LDA.b #$50 ; | STA $19B8,x ; | LDA.b #$06 ; | STA $19D8,x ; | LDA #$06 ; | STA $71 ; / LDA $94 ; \ CLC ; | Move Mario ADC #$24 ; | STA $94 ; /