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/hop.gbasm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'attacks/hop.gbasm') diff --git a/attacks/hop.gbasm b/attacks/hop.gbasm index e8bde55..1b3d93b 100644 --- a/attacks/hop.gbasm +++ b/attacks/hop.gbasm @@ -181,8 +181,7 @@ Hop_Attack: LD A, $enum_loading_mode LD $mem_requested_mode, A - LD A, $00 - LD $mem_display_flag, A + .CLOSE_DIALOGUE RET -- cgit v1.2.3-70-g09d2