Having Technical Issues With Gen.6 Patch

TheLoreScribe

Rookie
Member
Joined
Jul 10, 2019
Posts
8
So, I've recently started working on a Pokemon Game, and have downloaded Ego13's Gen6 Patch to add Megas and Fairy-Types. However, when I tried starting the game up, it didn't want to work at all since the FieldRepels apparently aren't 'positive integers'. Could someone help me figure out how to fix this?

Here's the copy/paste from the error code:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError

Message: Field Repels is not a positive integer

File PBS/items.txt, line 1

1,350,"An item that prevents weak wild Pokémon from appearing for 100 steps after its use.",2,0,0,


Compiler:219:in `csvPosInt!'

Compiler:476:in `pbGetCsvRecord'

Compiler:472:in `each'

Compiler:472:in `pbGetCsvRecord'

Compiler:817:in `pbCompileItems'

Compiler:816:in `pbCompilerEachCommentedLine'

Compiler:615:in `each_line'

Compiler:615:in `pbCompilerEachCommentedLine'

Compiler:612:in `open'

Compiler:612:in `pbCompilerEachCommentedLine'


This exception was logged in Saved Games/Pokemon Essentials/errorlog.txt.

Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
 
Top