diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 17:45:36 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 17:45:36 -0500 |
commit | 4bcfa81438e15c6c2fbec2ab9f5ea8943887b53d (patch) | |
tree | 067997ea966918579164982ccd1da64fabff31fc /constants | |
parent | 88c6c4a96a46beea4087b0ab6f1e9cfafa1f2906 (diff) |
Label wCurBonusMultiplier and move bonus multplier logic into separate file
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
|