From ced817731d1a6c6baa2f52d161bd1b28f3dadd24 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Fri, 7 Oct 2022 22:59:08 -0400 Subject: [PATCH] fixes wrong name in fusion moves option screen --- Data/Scripts/048_Fusion/PokemonFusion.rb | 5 +++-- Data/System.rxdata | Bin 28932 -> 28933 bytes 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/048_Fusion/PokemonFusion.rb b/Data/Scripts/048_Fusion/PokemonFusion.rb index 7856de359..171fa6b28 100644 --- a/Data/Scripts/048_Fusion/PokemonFusion.rb +++ b/Data/Scripts/048_Fusion/PokemonFusion.rb @@ -794,8 +794,9 @@ def setFusionMoves(fusedPoke, poke2) # moves =[scene.move1,scene.move2,scene.move3,scene.move3] # # fusedPoke.moves=moves - - choice = Kernel.pbMessage("What to do with the moveset?", [_INTL("Learn moves"), _INTL("Keep {1}'s moveset", fusedPoke.name), _INTL("Keep {1}'s moveset", poke2.name)], 0) + bodySpecies = getBodyID(fusedPoke) + bodySpeciesName = GameData::Species.get(bodySpecies).real_name + choice = Kernel.pbMessage("What to do with the moveset?", [_INTL("Learn moves"), _INTL("Keep {1}'s moveset", bodySpeciesName), _INTL("Keep {1}'s moveset", poke2.name)], 0) if choice == 1 return elsif choice == 2 diff --git a/Data/System.rxdata b/Data/System.rxdata index 557f69bd7bf20360743f1e6225457cb326b2b9a8..346c84b5a1a64fbc0b43dc53ebb2b30cf16931a6 100644 GIT binary patch delta 20 bcmZp9#Mt_XaYK{@D~s&5R;JBy63Ze0Q#c2F delta 19 acmZpD#MttPaYK{@3$xd$zRmFx%OU_z_XooO