The Great Enspacening begins!

This commit is contained in:
Maruno17
2021-12-18 12:20:31 +00:00
parent 2480ab0f9e
commit f7b76ae62e
138 changed files with 567 additions and 567 deletions

View File

@@ -7,7 +7,7 @@ class ItemIconSprite < SpriteWrapper
ANIM_ICON_SIZE = 48
FRAMES_PER_CYCLE = Graphics.frame_rate
def initialize(x,y,item,viewport=nil)
def initialize(x,y,item,viewport = nil)
super(viewport)
@animbitmap = nil
@animframe = 0
@@ -42,7 +42,7 @@ class ItemIconSprite < SpriteWrapper
@forceitemchange = false
end
def setOffset(offset=PictureOrigin::Center)
def setOffset(offset = PictureOrigin::Center)
@offset = offset
changeOrigin
end
@@ -116,7 +116,7 @@ end
# Item held icon (used in the party screen)
#===============================================================================
class HeldItemIconSprite < SpriteWrapper
def initialize(x,y,pokemon,viewport=nil)
def initialize(x,y,pokemon,viewport = nil)
super(viewport)
self.x = x
self.y = y