mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 06:46:00 +00:00
Deprecate Pokemon#trainerID and Pokemon#publicID
This commit is contained in:
@@ -412,7 +412,7 @@ class PokemonSummary_Scene
|
||||
when 1; ownerbase = Color.new(248,56,32); ownershadow = Color.new(224,152,144)
|
||||
end
|
||||
textpos.push([@pokemon.ot,435,176,2,ownerbase,ownershadow])
|
||||
textpos.push([sprintf("%05d",@pokemon.publicID),435,208,2,Color.new(64,64,64),Color.new(176,176,176)])
|
||||
textpos.push([sprintf("%05d",@pokemon.owner.public_id),435,208,2,Color.new(64,64,64),Color.new(176,176,176)])
|
||||
end
|
||||
# Write Exp text OR heart gauge message (if a Shadow Pokémon)
|
||||
if @pokemon.shadowPokemon?
|
||||
|
||||
Reference in New Issue
Block a user