Bring back Big Poe Count option, lost in menu refactor (#6126)

This commit is contained in:
Philip Dubé
2026-01-10 16:19:19 +00:00
committed by GitHub
parent 65227f65f2
commit 7627b0567b
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "CrashHandlerExp.h"
#include "CrashHandlerExt.h"
#include "variables.h"
#include "z64.h"
#include "z64actor.h"

View File

@@ -2157,6 +2157,7 @@ void Settings::CreateOptions() {
&mOptions[RSK_LOGIC_RULES],
&mOptions[RSK_ALL_LOCATIONS_REACHABLE],
&mOptions[RSK_SKULLS_SUNS_SONG],
&mOptions[RSK_BIG_POE_COUNT],
});
// TODO: Exclude Locations Menus
mTricksByArea.clear();
@@ -2177,6 +2178,7 @@ void Settings::CreateOptions() {
&mOptions[RSK_ALL_LOCATIONS_REACHABLE],
&mOptions[RSK_STARTING_AGE],
&mOptions[RSK_SKULLS_SUNS_SONG],
&mOptions[RSK_BIG_POE_COUNT],
&mOptions[RSK_BLUE_FIRE_ARROWS],
&mOptions[RSK_SUNLIGHT_ARROWS],
&mOptions[RSK_FULL_WALLETS],

View File

@@ -10,7 +10,7 @@
#include "soh/OTRGlobals.h"
#include <libultraship/bridge.h>
#include "soh/CrashHandlerExp.h"
#include "soh/CrashHandlerExt.h"
s32 gScreenWidth = SCREEN_WIDTH;
s32 gScreenHeight = SCREEN_HEIGHT;