Removes vestigial EWRAM variable from debug menu. (#6686)

This commit is contained in:
Ruby 2025-04-24 02:03:58 +08:00 committed by GitHub
parent aba34015db
commit 2a762cbbed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,7 +338,6 @@ static EWRAM_DATA struct DebugMenuListData *sDebugMenuListData = NULL;
static EWRAM_DATA struct DebugBattleData *sDebugBattleData = NULL; static EWRAM_DATA struct DebugBattleData *sDebugBattleData = NULL;
EWRAM_DATA bool8 gIsDebugBattle = FALSE; EWRAM_DATA bool8 gIsDebugBattle = FALSE;
EWRAM_DATA u32 gDebugAIFlags = 0; EWRAM_DATA u32 gDebugAIFlags = 0;
EWRAM_DATA u32 gDebugTime = 0;
// ******************************* // *******************************
// Define functions // Define functions