Why are you making assumptions and changing things? The -1's are there for a specific reason. Youre making more work for yourself for no reason.
- For any new learners (like me), unzip the .rar file to your game's root folder. (The folder with Game.exe in it).
- Additionally, you'll want to access the PBS/pokemon_base_Gen_9_Pack file and replace the negative integers. For some reason all the moves learned only from move relearner have a -1 integer, and the game won't let you compile/run it with those integers.
- I booted up the game, compiled everything, but the Gen 9 mons seem to appear as Question Marks. Are we still waiting on their sprites, perhaps? I see them in the "following mons" folder. But they don't appear in the Pokemon folder itself.
- Edit: I found where the Gen 9 Pokemon Graphics were (in the OPTIONAL folder). But when I attempted to compile in debug mode, I received this error:
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.5]
Exception: ArgumentError
Message: wrong number of arguments (given 2, expected 0..1)
Backtrace:
[Generation 8 Pack Scripts] Custom Sprite Scales.rb:119:in `compile_pokemon_metrics'
Compiler:995:in `compile_pbs_files'
Compiler:1018:in `compile_all'
Debug_MenuCommands:1341:in `block in <main>'
Event_HandlerCollections:121:in `call'
Debug_Menus:138:in `block in pbDebugMenu'
Debug_Menus:100:in `loop'
Debug_Menus:100:in `pbDebugMenu'
UI_Load:337:in `block (2 levels) in pbStartLoadScreen'
MessageConfig:575:in `pbFadeOutIn'
I plan to pick up Ruby/basic computer language comprehension, but for now I don't really understand how to troubleshoot this error.
Also, your error is in relation to the Gen 8 pack, and not this plugin.