diff options
Diffstat (limited to 'data/pokemon/dex_order_alpha.asm')
| -rw-r--r-- | data/pokemon/dex_order_alpha.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/pokemon/dex_order_alpha.asm b/data/pokemon/dex_order_alpha.asm index 3f7b5f6..1e6a6b5 100644 --- a/data/pokemon/dex_order_alpha.asm +++ b/data/pokemon/dex_order_alpha.asm @@ -1,3 +1,7 @@ +INCLUDE "constants.asm" + +SECTION "Alphabetical Pokedex Order", ROMX[$4943], BANK[$10] + ; Every Pokémon sorted alphabetically by name (gojūon order). AlphabeticalPokedexOrder: ; 0x40943 |
