summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-08 12:23:29 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-07-08 12:23:29 -0700
commitc827f6c46fd5190221f01b2ff2f1181bcb6f7738 (patch)
treeccd470c671cf4d1eeac6a4132610aa52833a4590 /constants
parent057ebcb601f200c6ec009353e64021c4fbee8c9b (diff)
Label Bonus Multiplier stuff
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 2c339d4..633d742 100644
--- a/constants/pinball_game_constants.asm
+++ b/constants/pinball_game_constants.asm
@@ -10,4 +10,5 @@ SPECIAL_MODE_MAP_MOVE EQU 2 ; shares value with SPECIAL_MODE_EVOLUTION
; To encounter Mew, you must first beat Mewtwo's bonus stage 2 times.
NUM_MEWTWO_COMPLETIONS_FOR_MEW EQU 2
-MAX_BONUS_MULTIPLIER EQU 11
+MAX_BONUS_MULTIPLIER EQU 99
+MAX_BONUS_MULTIPLIER_FIELD_EVENTS EQU 11