From 62cf0ba61555ca8dbcf2288156cccb14419b0bfd Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Fri, 14 Mar 2025 23:28:32 -0400 Subject: [PATCH] Name the unused engine flags according to their bit constants --- constants/engine_flags.asm | 6 +++--- ram/wram.asm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index 2503b3f27..c184c3968 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -28,7 +28,7 @@ const ENGINE_SAFARI_ZONE const ENGINE_ROCKETS_IN_RADIO_TOWER const ENGINE_BIKE_SHOP_CALL_ENABLED - const ENGINE_15 + const ENGINE_UNUSED_STATUSFLAGS2_5 const ENGINE_REACHED_GOLDENROD const ENGINE_ROCKETS_IN_MAHOGANY ; wBikeFlags @@ -93,7 +93,7 @@ ; wLuckyNumberShowFlag const ENGINE_LUCKY_NUMBER_SHOW ; wStatusFlags2 - const ENGINE_4F + const ENGINE_UNUSED_STATUSFLAGS2_3 ; wDailyFlags1 const ENGINE_KURT_MAKING_BALLS const ENGINE_DAILY_BUG_CONTEST @@ -116,7 +116,7 @@ const ENGINE_BUENAS_PASSWORD_2 const ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON ; wGameTimerPaused - const ENGINE_62 + const ENGINE_GAME_TIMER_MOBILE ; unused ; wPlayerGender const ENGINE_PLAYER_IS_FEMALE ; wCelebiEvent diff --git a/ram/wram.asm b/ram/wram.asm index 0cd335db9..7a3c14fb6 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -2976,7 +2976,7 @@ wStatusFlags2:: ; bit 2: bug contest timer ; bit 3: unused ; bit 4: bike shop call -; bit 5: can use sweet scent +; bit 5: unused ; bit 6: reached goldenrod ; bit 7: rockets in mahogany db