summaryrefslogtreecommitdiff
path: root/constants/pinball_game_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/pinball_game_constants.asm')
-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 1d3cbb2..f332a0d 100755
--- a/constants/pinball_game_constants.asm
+++ b/constants/pinball_game_constants.asm
@@ -6,3 +6,6 @@ EVOLUTION_MODE_SLOT_REWARD EQU 2
SPECIAL_MODE_CATCHEM EQU 1
SPECIAL_MODE_EVOLUTION EQU 2
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