Hi,
I'm curently finishing a short game and I took some tiles from Pokémon Insurgence (sand and lava) Is that ok ? And if yes, how should I credit them ?
Thanks !
The new version of the pokemon.txt (since V20 I think ?) with pokemon names in french.
La nouvelle syntaxe de pokemon.txt en français
I hope this helps.
azmikmak submitted a new resource:
Pokemon names translation in french (pokemon.txt modified) - pokemon.txt with french names
Read more about this resource...
Hi !
I tried to adapt this to the V20 But I'm no good at Ruby (just yet) so I did what seemed to me to be the next best thing : scripted an event.
It's a normal NPC.
Hopefully It's gonna be useful to someone ;)
a nice day to you anyway and thanks for the resource above !
PS: Should I post that...
Hi !
Thanks for that script :)
I took the liberty of adapting it to the V20, I do not know if it works for the V20.1
# Make all wild Pokémon shiny pokemon have perfect IVs.
EventHandlers.add(:on_wild_pokemon_created, :shiny_have_perfect_IV,
proc { |pkmn|
if pkmn.shiny?
pkmn.iv[:HP] =...