From f5173da100e8a80fec98b175e2a2b51901b649f5 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 2 Jul 2017 13:32:06 -0500 Subject: Move Slot routines and rewards into own file --- constants/pinball_game_constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3