mirror of
https://github.com/risingPhil/libpokemegb.git
synced 2026-03-21 17:44:24 -05:00
Fix Japanese Celebi distribution event pokemon label
This commit is contained in:
parent
0cdc309e97
commit
ec8b35687d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user