Skip to content

Commit 62cf0ba

Browse files
committed
Name the unused engine flags according to their bit constants
1 parent 7b26879 commit 62cf0ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

constants/engine_flags.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
const ENGINE_SAFARI_ZONE
2929
const ENGINE_ROCKETS_IN_RADIO_TOWER
3030
const ENGINE_BIKE_SHOP_CALL_ENABLED
31-
const ENGINE_15
31+
const ENGINE_UNUSED_STATUSFLAGS2_5
3232
const ENGINE_REACHED_GOLDENROD
3333
const ENGINE_ROCKETS_IN_MAHOGANY
3434
; wBikeFlags
@@ -93,7 +93,7 @@
9393
; wLuckyNumberShowFlag
9494
const ENGINE_LUCKY_NUMBER_SHOW
9595
; wStatusFlags2
96-
const ENGINE_4F
96+
const ENGINE_UNUSED_STATUSFLAGS2_3
9797
; wDailyFlags1
9898
const ENGINE_KURT_MAKING_BALLS
9999
const ENGINE_DAILY_BUG_CONTEST
@@ -116,7 +116,7 @@
116116
const ENGINE_BUENAS_PASSWORD_2
117117
const ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON
118118
; wGameTimerPaused
119-
const ENGINE_62
119+
const ENGINE_GAME_TIMER_MOBILE ; unused
120120
; wPlayerGender
121121
const ENGINE_PLAYER_IS_FEMALE
122122
; wCelebiEvent

ram/wram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@ wStatusFlags2::
29762976
; bit 2: bug contest timer
29772977
; bit 3: unused
29782978
; bit 4: bike shop call
2979-
; bit 5: can use sweet scent
2979+
; bit 5: unused
29802980
; bit 6: reached goldenrod
29812981
; bit 7: rockets in mahogany
29822982
db

0 commit comments

Comments
 (0)