summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-07-02 13:32:06 -0500
committerMarcus Huderle <huderlem@gmail.com>2017-07-02 13:36:54 -0500
commitf5173da100e8a80fec98b175e2a2b51901b649f5 (patch)
tree2df0d8b3dd6fd535491a65dd9070d8ff603078d9 /constants
parent8bc029da09405a6a799846453590a7edb45e4cf0 (diff)
Move Slot routines and rewards into own file
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/pinball_game_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/pinball_game_constants.asm b/constants/pinball_game_constants.asm
index e52a41f..e16b2c3 100755
--- a/constants/pinball_game_constants.asm
+++ b/constants/pinball_game_constants.asm
@@ -1 +1,4 @@
MAX_PIKACHU_SAVER_CHARGE EQU 15
+
+CATCHEM_MODE_SLOT_REWARD EQU 1
+EVOLUTION_MODE_SLOT_REWARD EQU 2