diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-01-17 20:34:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-17 20:34:24 +0000 |
| commit | f474a86928d9dd32ac2a2931096251b527d4be62 (patch) | |
| tree | ac13184a50f8d50697c51e8dc6d49962eedb1d96 /soh/src | |
| parent | 9ab58a8d07576511e6ff154ef68025308cc224c3 (diff) | |
Cleanup various things noticed while fixing rando generation / debug warp (#6152)
Adjust RAND_GET_OPTION to return option instead of option value
Diffstat (limited to 'soh/src')
| -rw-r--r-- | soh/src/overlays/gamestates/ovl_file_choose/z_file_choose.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/soh/src/overlays/gamestates/ovl_file_choose/z_file_choose.c b/soh/src/overlays/gamestates/ovl_file_choose/z_file_choose.c index af30cf9f6..048d9a707 100644 --- a/soh/src/overlays/gamestates/ovl_file_choose/z_file_choose.c +++ b/soh/src/overlays/gamestates/ovl_file_choose/z_file_choose.c @@ -15,11 +15,8 @@ #include "objects/object_mag/object_mag.h" #include "objects/gameplay_keep/gameplay_keep.h" #include "soh_assets.h" -#include "soh/Enhancements/game-interactor/GameInteractor.h" #include "soh/Enhancements/boss-rush/BossRush.h" #include "soh/Enhancements/FileSelectEnhancements.h" -#include "soh/Enhancements/custom-message/CustomMessageTypes.h" -#include "soh/Enhancements/enhancementTypes.h" #include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h" #include <assert.h> #include "z64save.h" |
