summaryrefslogtreecommitdiff
path: root/constants/pokemon_data_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:11:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:32:48 -0400
commitfda549a27af144cdb601bbd85dba439fce533afc (patch)
tree5ce70c4d925ac6a377026875b57d1e1a733ebad6 /constants/pokemon_data_constants.asm
parent011f795ea7ed47779a04e9d6e0a617309b33cecc (diff)
[in progress] Harmonize more constant and data files with pokecrystal
Diffstat (limited to 'constants/pokemon_data_constants.asm')
-rw-r--r--constants/pokemon_data_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm
index fcc76549..20b31395 100644
--- a/constants/pokemon_data_constants.asm
+++ b/constants/pokemon_data_constants.asm
@@ -63,7 +63,7 @@ GENDER_UNKNOWN EQU -1
const EGG_DRAGON ; e
const EGG_NONE ; f (Undiscovered)
-; pokedex entries (see data/pokemon/dex_entries.asm)
+; pokedex entries (see data/pokemon/dex_entries_*.asm)
NUM_DEX_ENTRY_BANKS EQU 4
; party_struct members (see macros/wram.asm)