diff --git a/src/gen2/Gen2DistributionPokemon.cpp b/src/gen2/Gen2DistributionPokemon.cpp index 74a9000..8ae3284 100644 --- a/src/gen2/Gen2DistributionPokemon.cpp +++ b/src/gen2/Gen2DistributionPokemon.cpp @@ -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,