diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:53:33 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:53:33 -0500 |
| commit | ebf3bfb6b289bf684941a86cafe1286d8ce212fe (patch) | |
| tree | 3e887d03a80d5eea3e67df5ce1b9614a69fe4a3f /constants | |
| parent | 253c09949b421ec09a688af2945eb3df1fc00777 (diff) | |
Move some misc/ files into meaningful directories
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/mobile_constants.asm | 4 | ||||
| -rw-r--r-- | constants/pokemon_constants.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/mobile_constants.asm b/constants/mobile_constants.asm index 0ac28c94b..b5894b8e9 100644 --- a/constants/mobile_constants.asm +++ b/constants/mobile_constants.asm @@ -1,4 +1,4 @@ -; MobileEZChatCategoryPointers indexes (see misc/fixed_words.asm) +; MobileEZChatCategoryPointers indexes (see mobile/fixed_words.asm) const_def const EZCHAT_POKEMON const EZCHAT_TYPES @@ -16,6 +16,6 @@ const EZCHAT_FAREWELLS const EZCHAT_THISANDTHAT -NUM_KANA EQU 45 ; length of SortedPokemon table (see misc/fixed_words.asm) +NUM_KANA EQU 45 ; length of SortedPokemon table (see mobile/fixed_words.asm) MOBILE_LOGIN_PASSWORD_LENGTH EQU 17 diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 7af42d3d6..13cb577bb 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -16,7 +16,7 @@ ; - NewPokedexOrder (see data/pokemon/dex_order_new.asm) ; - MonMenuIcons (see data/pokemon/menu_icons.asm) ; - Pokered_MonIndices (see data/time_capsule/mon_order.asm) -; - SortedPokemon (see misc/fixed_words.asm) +; - SortedPokemon (see mobile/fixed_words.asm) const_value set 1 const BULBASAUR ; 01 const IVYSAUR ; 02 |
