diff options
author | yenatch <yenatch@gmail.com> | 2014-04-19 23:15:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-19 23:15:01 -0400 |
commit | 0ad21e6c18c05fe015c1eecffb8fa3c1eacdb3f8 (patch) | |
tree | 0d0648519c41861c1be87d6424fce6cbef51915e /main.asm | |
parent | fe3bcd62eec9c4ac8515d0bfb762fee363f35059 (diff) |
The unused name array is move descriptions.
Still not sure where the bank comes from.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43081,7 +43081,7 @@ PrintMoveDesc: ; 2cb3e jp PlaceString ; 2cb52 -MoveDescriptions: ; 2cb52 +MoveDescriptions:: ; 2cb52 INCLUDE "battle/moves/move_descriptions.asm" ; 2ed44 |