Fix Japanese Celebi distribution event pokemon label

This commit is contained in:
Philippe Symons 2026-01-07 21:11:21 +01:00
parent 0cdc309e97
commit ec8b35687d

View File

@ -936,7 +936,7 @@ static const Gen2DistributionPokemon g2_jpn_shogakukanAnnualEventCelebi = {
// the wiki page indicates that trainer ids with a odd number get a specific OT and even numbers get another.
// I can't replicate this with my current functionality. So I'm going to only hand out a specifid trainer number for this one
static const Gen2DistributionPokemon g2_jpn_nintendoSpaceWorld2000Celebi = {
.name = "Nintendo Space World 2000 (JPN)",
.name = "Nintendo Space World 2000 Celebi (JPN)",
.originalTrainer = "ワールド",
.originalTrainerID = 13463,
.setPlayerAsOriginalTrainer = false,