• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Pokédex BW Style

Resource Pokédex BW Style 2020-12-27

shroomyp

Rookie
Member
Joined
Apr 26, 2023
Posts
5
I'm using the port by NoNoNever, but when I catch a Pokemon, this error shows up. How do I fix this?
image_2024-01-05_000223302.png
 

Zephyrias

Novice
Member
Joined
Mar 6, 2023
Posts
19
I'm using the 21.1 port by NoNoNever and the Form section of the Pokedex looks like this.



When using more than 1 region, and changing the dex to choose any region past Kanto I get this errorr.

Code:
Expand Collapse Copy
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: RuntimeError
Message: Unknown ID -1.

Backtrace:
GameData:176:in `get'
[Pokedex BW Style] BW PokedexEntry.rb:22:in `pbStartScene'
UI_Pokedex_Entry:583:in `pbStartScreen'
UI_Pokedex_Main:879:in `pbDexEntry'
UI_Pokedex_Main:1281:in `block (2 levels) in pbPokedex'
UI_Pokedex_Main:1257:in `loop'
UI_Pokedex_Main:1257:in `block in pbPokedex'
MessageConfig:721:in `pbActivateWindow'
UI_Pokedex_Main:1256:in `pbPokedex'
UI_Pokedex_Main:1299:in `pbStartScreen'
 
Last edited:
Back
Top