summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-02 17:45:36 -0500
committerMarcus Huderle <huderlem@gmail.com>2017-07-02 17:45:36 -0500
commit4bcfa81438e15c6c2fbec2ab9f5ea8943887b53d (patch)
tree067997ea966918579164982ccd1da64fabff31fc /constants
parent88c6c4a96a46beea4087b0ab6f1e9cfafa1f2906 (diff)
Label wCurBonusMultiplier and move bonus multplier logic into separate file
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/pinball_game_constants.asm2
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