diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-15 21:31:49 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-15 21:31:49 -0600 |
| commit | e3e0a666206f2f19275e02cf4d4bde0474fa9c92 (patch) | |
| tree | 14ca4b5bb5f2cbc1b56e3877105bab92bb2eb3a6 /include | |
| parent | 95dcd6c1ca52ec63e42803f362d3e5f9b88f2ea0 (diff) | |
Fixed good luck screen
Diffstat (limited to 'include')
| -rw-r--r-- | include/fox_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fox_option.h b/include/fox_option.h index 97f59aa6..51e23099 100644 --- a/include/fox_option.h +++ b/include/fox_option.h @@ -77,7 +77,7 @@ extern u8* gAssetMapPlanetTextures[9]; extern s32 gTotalHitsRanking[]; extern bool gGoToTitle; // engine -extern bool sLevelStartState; +extern u8 sLevelStartState; extern s32 sWipeHeight; extern s32 sTitleRankMaxRecords; |
