summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-09 09:27:38 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-07-09 09:27:38 -0700
commitde56314d54675347b4065f7f23384e4cb6d8a3dd (patch)
tree2a3c535e347673a9d9533c5e3cd992a2b1134dad /constants
parent2f7383f03d9e7368d744690be93e811a052d0d42 (diff)
Label ball upgrade and CAVE lights
Diffstat (limited to 'constants')
-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)