From 452a0d235c004277e25b6be19aa9007a9173cd68 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 19 Apr 2021 12:45:36 -0400 Subject: [PATCH] ootw: restore message on loading screen --- games/ootw/qboot/title.s | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games/ootw/qboot/title.s b/games/ootw/qboot/title.s index 0168e793..cf544f89 100644 --- a/games/ootw/qboot/title.s +++ b/games/ootw/qboot/title.s @@ -92,7 +92,11 @@ all_done: print_help_and_go: jsr HOME - jsr print_help + lda #directions_load + sta OUTH + jsr move_and_print_list ready_to_load: jmp $1400 ; LOADER starts here @@ -314,7 +318,8 @@ menu_items: ; 23 wide .byte 8,0,"CHECKPOINT 15 (ANKD)",0 ; LFCK .byte 8,0,"ENDING ",0 - +directions_load: +.byte 0, 0,"LOADING...",0 directions_text: .byte 0, 5,"CONTROLS:",0 .byte 3, 6, "A OR <- : MOVE LEFT",0