disable versus mode for now

This commit is contained in:
Sonic Dreamcaster 2024-12-06 15:14:47 -03:00
parent 3ef29ac3b1
commit 18631e7292
2 changed files with 6 additions and 1 deletions

View File

@ -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
/*

View File

@ -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;