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/campsite.gbasm | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'map/dungeons/campsite.gbasm')
-rw-r--r-- | map/dungeons/campsite.gbasm | 3 |
1 files changed, 2 insertions, 1 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: |