mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Use new Pokemon::Owner methods
This commit is contained in:
@@ -302,7 +302,7 @@ class HallOfFame_Scene
|
||||
end
|
||||
pokename+="/"+speciesname
|
||||
pokename=_INTL("Egg")+"/"+_INTL("Egg") if pokemon.egg?
|
||||
idno=(pokemon.ot=="" || pokemon.egg?) ? "?????" : sprintf("%05d",pokemon.owner.public_id)
|
||||
idno=(pokemon.owner.name.empty? || pokemon.egg?) ? "?????" : sprintf("%05d",pokemon.owner.public_id)
|
||||
dexnumber=pokemon.egg? ? _INTL("No. ???") : _ISPRINTF("No. {1:03d}",pokemon.species)
|
||||
textPositions=[
|
||||
[dexnumber,32,Graphics.height-80,0,BASECOLOR,SHADOWCOLOR],
|
||||
|
||||
Reference in New Issue
Block a user