summaryrefslogtreecommitdiff
path: root/constants/pinball_game_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/pinball_game_constants.asm')
-rw-r--r--constants/pinball_game_constants.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/pinball_game_constants.asm b/constants/pinball_game_constants.asm
index aad6e43..fb7152d 100644
--- a/constants/pinball_game_constants.asm
+++ b/constants/pinball_game_constants.asm
@@ -13,4 +13,5 @@ NUM_MEWTWO_COMPLETIONS_FOR_MEW EQU 2
MAX_BONUS_MULTIPLIER EQU 99
MAX_BONUS_MULTIPLIER_FIELD_EVENTS EQU 11
-MAP_MOVE_FRAMES_COUNTER EQU 480 ; 8 seconds until the map move counter decrease by 1
+MAP_MOVE_FRAMES_COUNTER EQU 480 ; 8 seconds until the map move counter decrease by 1
+PINBALL_UPGRADE_FRAMES_COUNTER EQU 3600 ; ~1 minute until the pinball type degrades one stage. (e.g. Great Ball -> Pokeball)