add pokemon and move names, plus pokemon constants

This commit is contained in:
YamaArashi
2015-10-10 21:03:09 -07:00
parent fcaed9692f
commit 9fa2098029
7 changed files with 1433 additions and 193 deletions
+2
View File
@@ -0,0 +1,2 @@
.set POKEMON_NAME_LENGTH, 11
.set MOVE_NAME_LENGTH, 13