remove cruft

This commit is contained in:
Dagen Brock 2015-03-01 15:54:23 -06:00
parent 42656371ee
commit d35388ff43
1 changed files with 0 additions and 8 deletions

View File

@ -15,7 +15,6 @@ MLI equ $bf00
jsr DrawMenu
jsr GetStartBank
jsr GetThing
jsr WaitKey
@ -124,13 +123,6 @@ HexCharForByte
adc #"A"
rts
GetThing ldx #13
ldy #10
jsr GoXY
lda #"$"
sta $33
jsr GETLN
rts
DrawMenu jsr HOME
lda #MainMenuStrs