diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-05 22:55:55 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-05 22:55:55 -0400 |
commit | 779eb6750d08504c9667eb10cd7c68f0e2e8498d (patch) | |
tree | 2736ac858597395ddfb7d66c66e650aeef6405de /constants/text_constants.asm | |
parent | 30f2d056f933fa8dda5ba751ea6645d1d634142a (diff) | |
parent | d4a65343dada6f15a56818fdf6ddb000fb381a55 (diff) |
Merge branch 'master' into rtc_fade
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index b026e91..f899ea3 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -1,12 +1,11 @@ ; name lengths -NAME_LENGTH EQU 11 -PLAYER_NAME_LENGTH EQU 8 -BOX_NAME_LENGTH EQU 9 -MON_NAME_LENGTH EQU 11 -MOVE_NAME_LENGTH EQU 13 -ITEM_NAME_LENGTH EQU 13 -TRAINER_CLASS_NAME_LENGTH EQU 13 -NAME_LENGTH_JAPANESE EQU 6 +NAME_LENGTH EQU 11 ; English +PLAYER_NAME_LENGTH EQU 8 ; English +BOX_NAME_LENGTH EQU 9 ; English +MON_NAME_LENGTH EQU 6 +MOVE_NAME_LENGTH EQU 13 ; English +ITEM_NAME_LENGTH EQU 11 +TRAINER_CLASS_NAME_LENGTH EQU 13 ; English ; GetName types (see home/names.asm) const_def 1 |