Bring back Big Poe Count option, lost in menu refactor (#6126)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "CrashHandlerExp.h"
|
||||
#include "CrashHandlerExt.h"
|
||||
#include "variables.h"
|
||||
#include "z64.h"
|
||||
#include "z64actor.h"
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user