diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/pinball_game_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pinball_game_constants.asm b/constants/pinball_game_constants.asm index f332a0d..2c339d4 100755 --- a/constants/pinball_game_constants.asm +++ b/constants/pinball_game_constants.asm @@ -9,3 +9,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
|