summaryrefslogtreecommitdiff
path: root/src/code/z_scene.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-04 23:51:08 +0200
committerGitHub <noreply@github.com>2024-09-04 17:51:08 -0400
commitdc469461a96589d9b4e4be0d0310b38cc4dfc952 (patch)
treedae755800dc48fb4d135f297441724bdc4611520 /src/code/z_scene.c
parentc7b55f9a072359d3c28b9cfca2d20e2fc23b35a4 (diff)
Pause docs: `WorldMapArea` enum and related data (#2130)
* Pause docs: WorldMapArea enum and related data * `WORLD_MAP_AREA_20` -> `_QUESTION_MARK` * bss
Diffstat (limited to 'src/code/z_scene.c')
-rw-r--r--src/code/z_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_scene.c b/src/code/z_scene.c
index 34ddb933f..83714b8a4 100644
--- a/src/code/z_scene.c
+++ b/src/code/z_scene.c
@@ -462,7 +462,7 @@ BAD_RETURN(s32) Scene_CommandMiscSettings(PlayState* play, SceneCmd* cmd) {
if ((play->sceneId == SCENE_BAZAAR) || (play->sceneId == SCENE_SHOOTING_GALLERY)) {
if (LINK_AGE_IN_YEARS == YEARS_ADULT) {
- gSaveContext.worldMapArea = 1;
+ gSaveContext.worldMapArea = WORLD_MAP_AREA_KAKARIKO_VILLAGE;
}
}