diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-01-10 16:19:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-10 17:19:19 +0100 |
| commit | 7627b0567b9d216896ef909a4db10cf78149c160 (patch) | |
| tree | 65c8c8db3fb09b92cedd38237d794a1a892d9f26 /soh/src/code | |
| parent | 65227f65f240caf153d871f8de279dfe409b91ff (diff) | |
Bring back Big Poe Count option, lost in menu refactor (#6126)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/main.c b/soh/src/code/main.c index 558b30d2f..c9d87c66c 100644 --- a/soh/src/code/main.c +++ b/soh/src/code/main.c @@ -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; |
