diff options
author | Astatin <[email protected]> | 2025-01-10 14:17:59 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-10 14:17:59 +0900 |
commit | 6554352f32cd4ea48b7f39eebdbfcf3b77232fe3 (patch) | |
tree | 698f1ae461318d7233bd69bbf6b5dc7a57a602e6 /attacks.gbasm | |
parent | 4bc4cac95f5cab356b2d2a6c07d68f1a7b7a4e92 (diff) |
Emptying dialogue buffer on close dialogue
Diffstat (limited to 'attacks.gbasm')
-rw-r--r-- | attacks.gbasm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |