diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 16:58:05 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 16:58:05 -0400 |
| commit | 7e49b5ebc62f00d82901ba54b73e89f06c1d8852 (patch) | |
| tree | bdff2eddca5a396d4dabaafdddbda2efa90888a7 /data/pokemon | |
| parent | c8764950bbaf77860afa3acf45a2d8e182bb7d10 (diff) | |
More cleanup of whitespace and comments
Diffstat (limited to 'data/pokemon')
| -rw-r--r-- | data/pokemon/dex_order_alpha.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon/dex_order_alpha.asm b/data/pokemon/dex_order_alpha.asm index 424a6ce..75da11e 100644 --- a/data/pokemon/dex_order_alpha.asm +++ b/data/pokemon/dex_order_alpha.asm @@ -4,7 +4,7 @@ SECTION "data/pokemon/dex_order_alpha.asm", ROMX ; Every Pokémon sorted alphabetically by name (gojūon order). -AlphabeticalPokedexOrder: ; 0x40943 +AlphabeticalPokedexOrder: db DEX_ARBO db DEX_ARBOK db DEX_AQUA |
