You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct engine flag constants
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user