- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
JohtoBlaziken's Bootleg Pokémon FireRed crashes in V19 due to usage of terms like "Interpreter::PBTrainers" and "Interpreter::PBItems" in NPCs
It seems using code terms like "Interpreter::PBTrainers" and "Interpreter::PBItems" and coding battler NPCs like this:
pbTrainerBattle(PBTrainers::LEADER_Brock,"BROCK",_I("Insert quote here."))
Causes the game to crash in Pokemon Essentials V19.1 when trying to run these scripts. Does this work in the current Pokemon Essentials V20.1? How can I get it to work in V19?
It seems using code terms like "Interpreter::PBTrainers" and "Interpreter::PBItems" and coding battler NPCs like this:
pbTrainerBattle(PBTrainers::LEADER_Brock,"BROCK",_I("Insert quote here."))
Causes the game to crash in Pokemon Essentials V19.1 when trying to run these scripts. Does this work in the current Pokemon Essentials V20.1? How can I get it to work in V19?