From 6554352f32cd4ea48b7f39eebdbfcf3b77232fe3 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 10 Jan 2025 14:17:59 +0900 Subject: Emptying dialogue buffer on close dialogue --- attacks.gbasm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'attacks.gbasm') diff --git a/attacks.gbasm b/attacks.gbasm index eb46184..779ce16 100644 --- a/attacks.gbasm +++ b/attacks.gbasm @@ -62,8 +62,7 @@ Canceled_Attack: LD A, $enum_loading_mode LD $mem_requested_mode, A - LD A, $00 - LD $mem_display_flag, A + .CLOSE_DIALOGUE LD A, $mem_map_loading_flags SET 3, A -- cgit v1.2.3-70-g09d2