You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
ifdef'd more widescreen code
This commit is contained in:
@@ -35,11 +35,13 @@ s16 gDialogY; // D_8032F69C
|
||||
s16 gCutsceneMsgXOffset;
|
||||
s16 gCutsceneMsgYOffset;
|
||||
s8 gRedCoinsCollected;
|
||||
#ifdef WIDE
|
||||
u8 textCurrRatio43[] = { TEXT_HUD_CURRENT_RATIO_43 };
|
||||
u8 textCurrRatio169[] = { TEXT_HUD_CURRENT_RATIO_169 };
|
||||
u8 textPressL[] = { TEXT_HUD_PRESS_L };
|
||||
u8 textWideInfo[] = { TEXT_HUD_WIDE_INFO };
|
||||
u8 textWideInfo2[] = { TEXT_HUD_WIDE_INFO2 };
|
||||
#endif
|
||||
|
||||
extern u8 gLastCompletedCourseNum;
|
||||
extern u8 gLastCompletedStarNum;
|
||||
|
||||
Reference in New Issue
Block a user