diff options
Diffstat (limited to 'include/puzzle_constants.inc')
-rw-r--r-- | include/puzzle_constants.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/puzzle_constants.inc b/include/puzzle_constants.inc index 15941aa..fc95de3 100644 --- a/include/puzzle_constants.inc +++ b/include/puzzle_constants.inc @@ -14,7 +14,7 @@ const PUZZLE_BALLOONS const PUZZLE_BICYCLE const PUZZLE_HAT -TOWN_MAP_PUZZLES EQU const_value +DEF TOWN_MAP_PUZZLES EQU const_value const PUZZLE_DIGLETT const PUZZLE_GASTLY const PUZZLE_OMANYTE @@ -167,7 +167,7 @@ TOWN_MAP_PUZZLES EQU const_value const PUZZLE_ZAPDOS const PUZZLE_MEW const PUZZLE_TOGEPI -SAFARI_ZONE_PUZZLES EQU const_value +DEF SAFARI_ZONE_PUZZLES EQU const_value const PUZZLE_SAFARI_HAUNTER const PUZZLE_MEW_AND_MEWTWO const PUZZLE_STARING_CONTEST |