Name the unused engine flags according to their bit constants
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
const ENGINE_SAFARI_ZONE
|
const ENGINE_SAFARI_ZONE
|
||||||
const ENGINE_ROCKETS_IN_RADIO_TOWER
|
const ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||||
const ENGINE_BIKE_SHOP_CALL_ENABLED
|
const ENGINE_BIKE_SHOP_CALL_ENABLED
|
||||||
const ENGINE_15
|
const ENGINE_UNUSED_STATUSFLAGS2_5
|
||||||
const ENGINE_REACHED_GOLDENROD
|
const ENGINE_REACHED_GOLDENROD
|
||||||
const ENGINE_ROCKETS_IN_MAHOGANY
|
const ENGINE_ROCKETS_IN_MAHOGANY
|
||||||
; wBikeFlags
|
; wBikeFlags
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
; wLuckyNumberShowFlag
|
; wLuckyNumberShowFlag
|
||||||
const ENGINE_LUCKY_NUMBER_SHOW
|
const ENGINE_LUCKY_NUMBER_SHOW
|
||||||
; wStatusFlags2
|
; wStatusFlags2
|
||||||
const ENGINE_4F
|
const ENGINE_UNUSED_STATUSFLAGS2_3
|
||||||
; wDailyFlags1
|
; wDailyFlags1
|
||||||
const ENGINE_KURT_MAKING_BALLS
|
const ENGINE_KURT_MAKING_BALLS
|
||||||
const ENGINE_DAILY_BUG_CONTEST
|
const ENGINE_DAILY_BUG_CONTEST
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
const ENGINE_BUENAS_PASSWORD_2
|
const ENGINE_BUENAS_PASSWORD_2
|
||||||
const ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON
|
const ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON
|
||||||
; wGameTimerPaused
|
; wGameTimerPaused
|
||||||
const ENGINE_62
|
const ENGINE_GAME_TIMER_MOBILE ; unused
|
||||||
; wPlayerGender
|
; wPlayerGender
|
||||||
const ENGINE_PLAYER_IS_FEMALE
|
const ENGINE_PLAYER_IS_FEMALE
|
||||||
; wCelebiEvent
|
; wCelebiEvent
|
||||||
|
@@ -2976,7 +2976,7 @@ wStatusFlags2::
|
|||||||
; bit 2: bug contest timer
|
; bit 2: bug contest timer
|
||||||
; bit 3: unused
|
; bit 3: unused
|
||||||
; bit 4: bike shop call
|
; bit 4: bike shop call
|
||||||
; bit 5: can use sweet scent
|
; bit 5: unused
|
||||||
; bit 6: reached goldenrod
|
; bit 6: reached goldenrod
|
||||||
; bit 7: rockets in mahogany
|
; bit 7: rockets in mahogany
|
||||||
db
|
db
|
||||||
|
Reference in New Issue
Block a user