mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Added some graphics filenames to the core messages
This commit is contained in:
@@ -1451,7 +1451,7 @@ class PokemonStorageScene
|
||||
elsif pokemon.female?
|
||||
textstrings.push([_INTL("♀"), 148, 14, :left, Color.new(248, 56, 32), Color.new(224, 152, 144)])
|
||||
end
|
||||
imagepos.push(["Graphics/UI/Storage/overlay_lv", 6, 246])
|
||||
imagepos.push([_INTL("Graphics/UI/Storage/overlay_lv"), 6, 246])
|
||||
textstrings.push([pokemon.level.to_s, 28, 240, :left, base, shadow])
|
||||
if pokemon.ability
|
||||
textstrings.push([pokemon.ability.name, 86, 312, :center, base, shadow])
|
||||
|
||||
Reference in New Issue
Block a user