diff options
author | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
commit | b5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch) | |
tree | 60be3e7de9dd156416b981df014e67244c0038f0 /map/dungeons/morningforest.gbasm | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'map/dungeons/morningforest.gbasm')
-rw-r--r-- | map/dungeons/morningforest.gbasm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/map/dungeons/morningforest.gbasm b/map/dungeons/morningforest.gbasm index 1b80a18..63f5092 100644 --- a/map/dungeons/morningforest.gbasm +++ b/map/dungeons/morningforest.gbasm @@ -16,7 +16,8 @@ Morning_Forest: .generation_events: .GEN_EVENT_DIALOGUE $01 =Demo_quest_init .GEN_EVENT_DIALOGUE $10 =Demo_quest_floor_reach - .GEN_EVENT_SPECIAL_ENTITY $10 $06 + .GEN_EVENT_SPECIAL_ENTITY $10 $0f $06 + .GEN_EVENT_ENTITY_SET_DIALOGUE $10 $0f =Demo_quest_bunny .GEN_EVENT_REMOVE_STAIRS $10 .generation_events.end: |