add pokemon and move names, plus pokemon constants
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.set POKEMON_NAME_LENGTH, 11
|
||||
.set MOVE_NAME_LENGTH, 13
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
.set POKEMON_NAME_LENGTH, 11
|
||||
.set MOVE_NAME_LENGTH, 13
|
||||