From ec8b35687d43926f628d2e8d914c77cb9ce4c43e Mon Sep 17 00:00:00 2001 From: Philippe Symons Date: Wed, 7 Jan 2026 21:11:21 +0100 Subject: [PATCH] Fix Japanese Celebi distribution event pokemon label --- src/gen2/Gen2DistributionPokemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,