mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-03-09 18:02:00 +00:00
General tidying up
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class MoveSelectionSprite < SpriteWrapper
|
||||
attr_reader :preselected
|
||||
attr_reader :index
|
||||
@@ -52,8 +55,9 @@ class MoveSelectionSprite < SpriteWrapper
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class RibbonSelectionSprite < MoveSelectionSprite
|
||||
def initialize(viewport=nil)
|
||||
super(viewport)
|
||||
@@ -94,8 +98,9 @@ class RibbonSelectionSprite < MoveSelectionSprite
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class PokemonSummary_Scene
|
||||
def pbUpdate
|
||||
pbUpdateSpriteHash(@sprites)
|
||||
@@ -1305,8 +1310,9 @@ class PokemonSummary_Scene
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class PokemonSummaryScreen
|
||||
def initialize(scene,inbattle=false)
|
||||
@scene = scene
|
||||
@@ -1347,8 +1353,6 @@ class PokemonSummaryScreen
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
|
||||
Reference in New Issue
Block a user