Prev: 26344 Up: Map Next: 26449
26405: MUSIC_SCREEN
This entry point is used by the routine at L27026.
MUSIC_SCREEN 26405 CALL FADE_AND_CLEAR_SCREEN
26408 LD HL,22528 Clear attributes
26411 LD DE,22529
26414 LD BC,767
26417 LD (HL),69
26419 LDIR
26421 LD DE,16389 Point DE at 16389 to draw Chronos logo on screen
26424 CALL DRAW_STATUS_BAR_LOGO
26427 CALL L26949
26430 CALL PLAY_TITLE_MUSIC Prepare and play title music
26433 CALL WAIT_FOR_ANY_KEY
26436 LD HL,25000 Point HL at FONT
26439 DEC H Point HL at 24744
26440 LD (23606),HL Load 23606 with the contents of 24744
26443 CALL FADE_AND_CLEAR_SCREEN
26446 CALL PROCESS_TEXT_STRING This won't return here!
Prev: 26344 Up: Map Next: 26449