From 2a762cbbed141d0e2fb4e209dbf183d904531d18 Mon Sep 17 00:00:00 2001 From: Ruby Date: Thu, 24 Apr 2025 02:03:58 +0800 Subject: [PATCH] Removes vestigial EWRAM variable from debug menu. (#6686) --- src/debug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 4861699932..94d58f289d 100644 --- a/src/debug.c +++ b/src/debug.c @@ -338,7 +338,6 @@ static EWRAM_DATA struct DebugMenuListData *sDebugMenuListData = NULL; static EWRAM_DATA struct DebugBattleData *sDebugBattleData = NULL; EWRAM_DATA bool8 gIsDebugBattle = FALSE; EWRAM_DATA u32 gDebugAIFlags = 0; -EWRAM_DATA u32 gDebugTime = 0; // ******************************* // Define functions