- 7
- Posts
- 6
- Years
- Seen May 21, 2019
Hi there, I'm trying to add Gen 6 Pokemon into my game using the resources I found on this site:
https://board.romhackersworld.eu/th...ns-rufe-normal-and-animated-sprites-mega-evo/
However when I try to load the game I get the following error:
When I go back to the version I had without Gen 6 pokemon, it works perfectly fine and I can load the game up just as normal and I also get the exact same error if the trainers.txt file is completely empty.
Does anyone have any idea what could be causing this error?
https://board.romhackersworld.eu/th...ns-rufe-normal-and-animated-sprites-mega-evo/
However when I try to load the game I get the following error:
Exception: RuntimeError
Message: Undefined Trainer constant name:
Name must consist only of letters, numbers, and
underscores and can't begin with a number.
In addition, the name must be defined
in trainertypes.txt.
File PBS/trainers.txt, line 1
Compiler:932:in `pbGetConst'
Compiler:974:in `parseTrainer'
Compiler:1387:in `pbCompileTrainers'
Compiler:1385:in `loop'
Compiler:1487:in `pbCompileTrainers'
Compiler:3977:in `pbCompileAllData'
Compiler:4095
When I go back to the version I had without Gen 6 pokemon, it works perfectly fine and I can load the game up just as normal and I also get the exact same error if the trainers.txt file is completely empty.
Does anyone have any idea what could be causing this error?