2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 05:26:09 +00:00

Minor fixes, get PRESS START rendering

This commit is contained in:
2022-02-05 07:22:30 -08:00
parent 18cb40268a
commit 06a1c6e8ac
6 changed files with 26 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ private:
float x34_stopTime = 0.0f;
float x38_textStartTime = 0.f;
float x3c_sfxInterval = 0.0f;
bool x40_strIdx = false;
u32 x40_strIdx = 0;
bool x44_24_transFinished : 1 = true;
bool x44_25_stopSoon : 1 = false;
bool x44_26_goingUp : 1 = false;