1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-20 16:29:14 +00:00
Vince Weaver 4010a84b9f mist: fix it to load properly
need to disable some sound temporarily as out of room if we
leave LOADER in memory
2020-03-08 14:11:11 -04:00

25 lines
252 B
ArmAsm

end_level:
; set WHICH_LOAD first
bit TEXTGR
jsr clear_bottom
lda #<loading_message
sta OUTL
lda #>loading_message
sta OUTH
jsr move_and_print
jsr page_flip
; exit back to loader
rts
loading_message:
.byte 0,20,"LOADING...",0