diff options
author | Astatin <[email protected]> | 2025-08-26 16:13:51 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-26 16:13:51 +0200 |
commit | fb897a615f65af2ff99dc6070067262c809a2ac4 (patch) | |
tree | 5360e714ffa9c8fdad8e9c1e00b6fa5c9e1804bc /modes/dungeon.gbasm | |
parent | d72febf1ce9a72cdfb3cb822d74456a387897672 (diff) |
Add little cute arrow thingy after music ended on dead dialogue + mayhaps glitchy frame that happened in rare cases on death dialogue open might be fixed ?
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r-- | modes/dungeon.gbasm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm index 86fea59..0386a5f 100644 --- a/modes/dungeon.gbasm +++ b/modes/dungeon.gbasm @@ -72,7 +72,11 @@ Update_Animation_Steps: CALL =Update_VBlank_Handler LD HL, $dialogue_first_line - LD BC, $36 + LD BC, $12 + CALL =bzero + + LD HL, $dialogue_third_line + LD BC, $12 CALL =bzero LD HL, $dialogue_first_line |