diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pinball_game_constants.asm | 3 |
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
|