mirror of
https://github.com/risingPhil/libpokemegb.git
synced 2026-03-21 17:44:24 -05:00
Fix trainerId generation for Pokemon Fun Fest Celebi. Should be below 1000
This commit is contained in:
parent
47ec404aac
commit
33b4f9ce2f
|
|
@ -149,7 +149,7 @@ const Gen2DistributionPokemon g2_celebiTour = {
|
|||
const Gen2DistributionPokemon g2_pokemonFunFestCelebi = {
|
||||
.name = "Pokémon Fun Fest Celebi",
|
||||
.originalTrainer = "FLAGSA",
|
||||
.originalTrainerID = 0,
|
||||
.originalTrainerID = 1000,
|
||||
.setPlayerAsOriginalTrainer = false,
|
||||
.regenerateTrainerID = true,
|
||||
.shinyChance = 0xFF,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user