Move some misc/ files into meaningful directories

This commit is contained in:
Remy Oukaour
2017-12-15 12:53:33 -05:00
parent 253c09949b
commit ebf3bfb6b2
27 changed files with 45 additions and 46 deletions

View File

@@ -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