diff options
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 |