From 6873f5372fec9ac4b9590bf2249932c176ef0d25 Mon Sep 17 00:00:00 2001 From: fyex <33452346+fyex@users.noreply.github.com> Date: Mon, 25 May 2026 10:07:16 +0200 Subject: [PATCH] add game_box options as option instead of static --- SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Settings.cpp | 2 +- SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Settings.cpp b/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Settings.cpp index acd58b488a..c1f99edd8e 100644 --- a/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Settings.cpp +++ b/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Settings.cpp @@ -85,7 +85,7 @@ GameSettings::GameSettings() { PA_ADD_STATIC(m_game_device_settings); PA_ADD_OPTION(DEVICE); - PA_ADD_STATIC(GAME_BOX); + PA_ADD_OPTION(GAME_BOX); PA_ADD_STATIC(m_soft_reset_timings); PA_ADD_OPTION(SELECT_BUTTON_MASH0); PA_ADD_OPTION(ENTER_GAME_WAIT0); diff --git a/SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp b/SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp index 20adb1d6d8..4097ab15eb 100644 --- a/SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp +++ b/SerialPrograms/Source/PokemonRSE/PokemonRSE_Settings.cpp @@ -74,7 +74,7 @@ GameSettings::GameSettings() { PA_ADD_STATIC(m_game_device_settings); PA_ADD_OPTION(DEVICE); - PA_ADD_STATIC(GAME_BOX); + PA_ADD_OPTION(GAME_BOX); PA_ADD_STATIC(m_soft_reset_timings); PA_ADD_OPTION(SELECT_BUTTON_MASH0); PA_ADD_OPTION(ENTER_GAME_WAIT0);