summaryrefslogtreecommitdiff
path: root/constants/pinball_game_constants.asm
blob: 2531d8db1c90bd3a313ccf8f470f35056b6d723d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MAX_PIKACHU_SAVER_CHARGE EQU 15

CATCHEM_MODE_SLOT_REWARD   EQU 1
EVOLUTION_MODE_SLOT_REWARD EQU 2

SPECIAL_MODE_CATCHEM   EQU 0
SPECIAL_MODE_EVOLUTION EQU 1
SPECIAL_MODE_MAP_MOVE  EQU 2

; To encounter Mew, you must first beat Mewtwo's bonus stage 2 times.
NUM_MEWTWO_COMPLETIONS_FOR_MEW EQU 2

MAX_BONUS_MULTIPLIER              EQU 99
MAX_BONUS_MULTIPLIER_FIELD_EVENTS EQU 11

MAP_MOVE_FRAMES_COUNTER        EQU  480 ; 8 seconds until the map move counter decrease by 1
PINBALL_UPGRADE_FRAMES_COUNTER EQU 3600 ; ~1 minute until the pinball type degrades one stage. (e.g. Great Ball -> Pokeball)