- 21
- Posts
- 12
- Years
- Seen Oct 25, 2021
So I was changing a couple of TMs and I came across something odd.
I don't get it it's trying to read the index number of the next item as part of the move the TM teaches name even though it's formatted exactly the same as every other TM but it's the only one causing problems.
Spoiler:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined move constant name: SLEEPTALK376
Name must consist only of letters, numbers, and
underscores and can't begin with a number.
Make sure the name is defined in
PBS/moves.txt.
File PBS/items.txt, line 375
375,TM88,TM88,4,3000,"While it is asleep, the user randomly uses one of the moves it knows.",3,0,0,SLEEPTALK376,TM89,TM89,4,3000,"After making its attack, the user rushes back to switch places with a ...
Compiler:934:in `pbGetConst'
Compiler:960:in `parseMove'
Compiler:832:in `pbCompileItems'
Compiler:816:in `pbCompilerEachCommentedLine'
Compiler:615:in `each_line'
Compiler:615:in `pbCompilerEachCommentedLine'
Compiler:612:in `open'
Compiler:612:in `pbCompilerEachCommentedLine'
Compiler:816:in `pbCompileItems'
Compiler:4035:in `pbCompileAllData'
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined move constant name: SLEEPTALK376
Name must consist only of letters, numbers, and
underscores and can't begin with a number.
Make sure the name is defined in
PBS/moves.txt.
File PBS/items.txt, line 375
375,TM88,TM88,4,3000,"While it is asleep, the user randomly uses one of the moves it knows.",3,0,0,SLEEPTALK376,TM89,TM89,4,3000,"After making its attack, the user rushes back to switch places with a ...
Compiler:934:in `pbGetConst'
Compiler:960:in `parseMove'
Compiler:832:in `pbCompileItems'
Compiler:816:in `pbCompilerEachCommentedLine'
Compiler:615:in `each_line'
Compiler:615:in `pbCompilerEachCommentedLine'
Compiler:612:in `open'
Compiler:612:in `pbCompilerEachCommentedLine'
Compiler:816:in `pbCompileItems'
Compiler:4035:in `pbCompileAllData'
I don't get it it's trying to read the index number of the next item as part of the move the TM teaches name even though it's formatted exactly the same as every other TM but it's the only one causing problems.