diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-13 13:04:22 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-13 13:04:22 -0700 |
commit | 4bc797117826dff27cdb0901b10c382d5f4fa4ab (patch) | |
tree | f8d0432e20330792f04d20598a23a4a941702c6c /constants.asm | |
parent | 5837b8a4b25bca509431895c241cba269ab5f888 (diff) |
Rename 'evolution line' to 'catchem mon' because those constants represent catchable pokemon during catchem mode
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index dc5fc1f..46a0cd5 100644 --- a/constants.asm +++ b/constants.asm @@ -5,7 +5,7 @@ INCLUDE "gbhw.asm" INCLUDE "constants/ball_types.asm" INCLUDE "constants/bonus_stage_order_constants.asm" INCLUDE "constants/diglett_stage_constants.asm" -INCLUDE "constants/evolution_line_constants.asm" +INCLUDE "constants/catchem_pokemon_constants.asm" INCLUDE "constants/evolution_type_constants.asm" INCLUDE "constants/joy_constants.asm" INCLUDE "constants/map_constants.asm" |