mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 14:56:00 +00:00
Rename MAX_POKEMON_NAME_SIZE to MAX_NAME_SIZE
in Pokemon
This commit is contained in:
@@ -115,7 +115,7 @@ class Pokemon
|
||||
# Max EVs that a single stat can have
|
||||
EV_STAT_LIMIT = 252
|
||||
# Maximum length a Pokémon's nickname can be
|
||||
MAX_POKEMON_NAME_SIZE = 10
|
||||
MAX_NAME_SIZE = 10
|
||||
|
||||
#=============================================================================
|
||||
# Ownership, obtained information
|
||||
|
||||
Reference in New Issue
Block a user