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 /entity/actions.gbasm | |
parent | 4bc4cac95f5cab356b2d2a6c07d68f1a7b7a4e92 (diff) |
Emptying dialogue buffer on close dialogue
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r-- | entity/actions.gbasm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm index a8045dd..0b1073e 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -85,8 +85,7 @@ Update_Animation_Steps: LD A, $enum_dead_mode LD $mem_current_mode, A - LD A, $00 - LD $mem_display_flag, A + .CLOSE_DIALOGUE RET |