1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 19:35:28 +00:00

Pause docs: WorldMapArea enum and related data (#2130)

* Pause docs: WorldMapArea enum and related data

* `WORLD_MAP_AREA_20` -> `_QUESTION_MARK`

* bss
This commit is contained in:
Dragorn421 2024-09-04 23:51:08 +02:00 committed by GitHub
parent c7b55f9a07
commit dc469461a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 275 additions and 49 deletions

View file

@ -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;
}
}