• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokétch for Pokémon Essentials

im getting this error


---------------------------
Pokemon Essentials
---------------------------
Script 'poketch utilities' line 150: RuntimeError occurred.

LoadLibrary: RPG.Net.dll

---------------------------
OK
---------------------------

You forgot to download and place RPG.net.dll, get it from the main post.
 
this error comes when it paste in root folder if i dont paste the game will run same and also tell me how to add poketch to pause menu

This means that its not compatible with v18. It will not let the Roulette App to work. You can just ignore this one. To add into Pause menu, add a new cmd in PScreen_PauseMenu above
Code:
commands[cmdOption = commands.length]   = _INTL("Options")
and above
Code:
elsif cmdOption>=0
place the pokegear code with the condition of the previously made cmd.
 
This means that its not compatible with v18. It will not let the Roulette App to work. You can just ignore this one. To add into Pause menu, add a new cmd in PScreen_PauseMenu above
Code:
commands[cmdOption = commands.length]   = _INTL("Options")
and above
Code:
elsif cmdOption>=0
place the pokegear code with the condition of the previously made cmd.

I understand that two but don't understand the pokegear code with the condition of the previously made cmd.

I don't understand
Can you give the code and where to add
 
Back
Top