summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/engine_flags.asm2
-rw-r--r--constants/wram_constants.asm4
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm
index af8bebe95..7941f3b10 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_CAN_USE_SWEET_SCENT
+ const ENGINE_15
const ENGINE_REACHED_GOLDENROD
const ENGINE_ROCKETS_IN_MAHOGANY
; wBikeFlags
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm
index 15846d896..fa8edf232 100644
--- a/constants/wram_constants.asm
+++ b/constants/wram_constants.asm
@@ -161,9 +161,9 @@ NUM_OBJECTS EQU $10
const STATUSFLAGS2_ROCKETS_IN_RADIO_TOWER_F ; 0
const STATUSFLAGS2_SAFARI_GAME_F ; 1
const STATUSFLAGS2_BUG_CONTEST_TIMER_F ; 2
- const STATUSFLAGS2_UNUSED_F ; 3
+ const STATUSFLAGS2_UNUSED_3_F ; 3
const STATUSFLAGS2_BIKE_SHOP_CALL_F ; 4
- const STATUSFLAGS2_CAN_USE_SWEET_SCENT_F ; 5
+ const STATUSFLAGS2_UNUSED_5_F ; 5
const STATUSFLAGS2_REACHED_GOLDENROD_F ; 6
const STATUSFLAGS2_ROCKETS_IN_MAHOGANY_F ; 7