From d72febf1ce9a72cdfb3cb822d74456a387897672 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 26 Aug 2025 14:29:01 +0200 Subject: Add Game Over music & dialogue box + button press after music end restarts --- main.gbasm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.gbasm') diff --git a/main.gbasm b/main.gbasm index 37b1331..0ff7fcf 100644 --- a/main.gbasm +++ b/main.gbasm @@ -11,9 +11,12 @@ Entrypoint: LD A, $01 LD (HL+), A XOR A + ;LD A, $05 LD (HL+), A + XOR A LD (HL+), A LD (HL+), A + ;LD A, $02 LD A, $01 LD $mem_number_of_attacks, A @@ -80,3 +83,5 @@ _music_Dungeon: .INCLUDEBIN "music/morning-forest.vgm" _music_TitleScreen: .INCLUDEBIN "music/title-screen.vgm" +_music_GameOver: +.INCLUDEBIN "music/game-over.vgm" -- cgit v1.2.3-70-g09d2