rswim

by circlefriendo

Game:

Description:

!R = #$1b
!exclaim = #$28
!BelowR = $0f24

lda !R
sta $0f09

lda !exclaim
sta !BelowR


STZ $1401	;disable L/R scrolling

lda #$01
sta $7f9da1     ; disable L/R on HUD
sta $7f9da3     ; Set R Power on HUD

lda $18
and #$10
beq end

lda $85
eor #$01
sta $85

end:

rtl
back to listings