diff options
author | Astatin <[email protected]> | 2024-11-01 17:36:33 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-01 17:36:33 +0900 |
commit | 3a68266a7c97a1dff3938eb9d96e41657a230424 (patch) | |
tree | 11b3ef7dba580d462faa8d325cb9327a87c8f6c5 /map | |
parent | d5c723c063e3cbe15f8a8ec8d241496dcd2bfbf7 (diff) |
Add dialogue box poggies
Diffstat (limited to 'map')
-rw-r--r-- | map/objects.gbasm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm index 2e36b12..f3ef48f 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -169,6 +169,9 @@ Load_Objects: RET Object_Interactions_Check: + LD A, $mem_moving_animation_step + CP $0d + JR NZ, =Object_Interactions_Check.End LD A, $mem_map_loading_flags BIT 1, A JR Z, =Object_Interactions_Check.End |