diff options
author | Astatin <[email protected]> | 2024-11-18 18:13:54 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-18 18:13:54 +0900 |
commit | c050a27b278df2efb4baf81b5e8c7e2f7dfd7e00 (patch) | |
tree | 106a503b27e79129fe5d9e862473a8ea57d65097 /entity/actions.gbasm | |
parent | 10a894e2d350a683d8b653c90b9bb8408836c4b9 (diff) |
Close dialogue box when entering dead mode
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r-- | entity/actions.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm index 6d8befa..1225ab2 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -84,6 +84,10 @@ Update_Animation_Steps: LD A, $enum_dead_mode LD $mem_current_mode, A + + LD A, $00 + LD $mem_display_flag, A + RET Turn_Jump_table: |