diff --git a/Data/Scripts/016_UI/017_UI_PokemonStorage.rb b/Data/Scripts/016_UI/017_UI_PokemonStorage.rb index 7107eb360..41b54e213 100644 --- a/Data/Scripts/016_UI/017_UI_PokemonStorage.rb +++ b/Data/Scripts/016_UI/017_UI_PokemonStorage.rb @@ -1671,7 +1671,7 @@ class PokemonStorageScreen commands[cmdUnfuse = commands.length] = _INTL("Unfuse") commands[cmdReverse = commands.length] = _INTL("Reverse") if $PokemonBag.pbQuantity(:DNAREVERSER) > 0 || $PokemonBag.pbQuantity(:INFINITEREVERSERS) > 0 else - commands[cmdFuse = commands.length] = _INTL("Fuse") + commands[cmdFuse = commands.length] = _INTL("Fuse") if !@heldpkmn end end commands[cmdNickname = commands.length] = _INTL("Nickname") @@ -2201,7 +2201,6 @@ class PokemonStorageScreen pbDisplay(_INTL("{1} is already fused!", heldpoke.name)) return end - p selected if(heldpoke.egg?) pbDisplay(_INTL("It's impossible to fuse an egg!")) return diff --git a/Data/System.rxdata b/Data/System.rxdata index a04dc6536..cc4b6c485 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ