mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-07 06:14:52 -04:00
disable versus mode for now
This commit is contained in:
+1
-1
@@ -96,8 +96,8 @@ void RamMod_Update(void);
|
||||
void Spawner(void);
|
||||
#endif
|
||||
|
||||
#define DEBUG_SKIP_BRIEFING 1
|
||||
#define DEBUG_BOSS_KILLER 0
|
||||
#define DEBUG_VERSUS 0
|
||||
|
||||
/*
|
||||
|
||||
|
||||
@@ -971,6 +971,11 @@ void Option_MainMenu_Update(void) {
|
||||
}
|
||||
|
||||
if (gControllerPress[gMainController].button & (A_BUTTON | START_BUTTON)) {
|
||||
#if DEBUG_VERSUS == 0
|
||||
if (sMainMenuCursor == 2) {
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
AUDIO_PLAY_SFX(NA_SE_ARWING_DECIDE, gDefaultSfxSource, 4);
|
||||
sLightningYpos = sOptionCardPosY[sMainMenuCursor];
|
||||
sDrawCursor = false;
|
||||
|
||||
Reference in New Issue
Block a user