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 | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'map/dungeons')
-rw-r--r-- | map/dungeons/campsite.gbasm | 3 | ||||
-rw-r--r-- | map/dungeons/morningforest.gbasm | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/map/dungeons/campsite.gbasm b/map/dungeons/campsite.gbasm index cef4abb..ccc40ae 100644 --- a/map/dungeons/campsite.gbasm +++ b/map/dungeons/campsite.gbasm @@ -18,7 +18,8 @@ Camp_Site: .generation_events: .GEN_EVENT_LOAD_ENTITY $01 $05 $08 - .GEN_EVENT_SPAWN_LOADED_ENTITY_XY $01 $05 $11 $10 $01 + .GEN_EVENT_SPAWN_LOADED_ENTITY_XY $01 $01 $05 $11 $10 $01 + .GEN_EVENT_ENTITY_SET_DIALOGUE $01 $01 =Placeholder_Dialogue_Script .GEN_EVENT_REMOVE_STAIRS $01 .generation_events.end: 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: |