aboutsummaryrefslogtreecommitdiff
path: root/map/dungeons/morningforest.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-09 16:53:39 +0200
committerAstatin <[email protected]>2025-09-09 16:53:39 +0200
commitb5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch)
tree60be3e7de9dd156416b981df014e67244c0038f0 /map/dungeons/morningforest.gbasm
parent03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff)
Add per entity dialogue + screen darkening animation for future big menu openingHEADlatestmain
Diffstat (limited to 'map/dungeons/morningforest.gbasm')
-rw-r--r--map/dungeons/morningforest.gbasm3
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: