dos33fsprogs/games/peasant/init_vars.s
Vince Weaver 5237d506af peasant: clean up cliff_base a bit
can now walk around there again
2024-09-24 12:20:01 -04:00

10 lines
183 B
ArmAsm

; putting these here because can never remember where to stick
; global init that's guaranteed to get run
init_global_vars:
lda #0
sta DRAW_PAGE
sta INPUT_X ; text pointer
rts