mirror of
https://github.com/n64decomp/mk64
synced 2026-09-01 09:13:02 -04:00
Identify active screen mode, relabel accordingly (#141)
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@
|
||||
#define DEBUG_GOTO_CREDITS_SEQUENCE_CC_EXTRA 3
|
||||
|
||||
/**
|
||||
* Options for gScreenModeSelection
|
||||
* Options for gScreenModeSelection and gActiveScreenMode
|
||||
*/
|
||||
#define SCREEN_MODE_1P 0
|
||||
#define SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL 1
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@ extern Gfx D_0D0077A0[];
|
||||
|
||||
extern s32 D_800DC50C;
|
||||
extern u16 D_800DC51C;
|
||||
extern s32 D_800DC52C;
|
||||
extern s32 gActiveScreenMode; // D_800DC52C
|
||||
extern s32 D_800DC540;
|
||||
extern u16 D_800DC5FC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user