Skip to content

Commit

Permalink
followed PIF commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Nov 17, 2023
1 parent e035958 commit 89a3534
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 4 deletions.
Binary file modified Data/Actors.rxdata
Binary file not shown.
Binary file modified Data/Animations.rxdata
Binary file not shown.
Binary file modified Data/Armors.rxdata
Binary file not shown.
Binary file modified Data/CommonEvents.rxdata
Binary file not shown.
Binary file modified Data/Enemies.rxdata
Binary file not shown.
Binary file modified Data/Items.rxdata
Binary file not shown.
Binary file modified Data/Map296.rxdata
Binary file not shown.
Binary file modified Data/Map469.rxdata
Binary file not shown.
Binary file modified Data/Map560.rxdata
Binary file not shown.
Binary file added Data/Map731.rxdata
Binary file not shown.
Binary file modified Data/MapInfos.rxdata
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,25 @@ def initializeDataBoxGraphic(sideSize)
# Determine the co-ordinates of the data box and the left edge padding width
if onPlayerSide
@spriteX = Graphics.width - 244
@spriteY = Graphics.height - 192
@spriteY = Graphics.height - 176#192
@spriteBaseX = 34
else
@spriteX = 8 #-16
@spriteY = 36
@spriteBaseX = 8 #16
@spriteBaseX = 0#16
end
case sideSize
when 2
@spriteX += [-12, 12, 0, 0][@battler.index]
@spriteY += [-20, -34, 34, 20][@battler.index]
# @spriteY += [-20, -34, 34, 20][@battler.index]
#@spriteY += [-38, -6, 16, 48][@battler.index] #standard
#@spriteY += [-32, -6, 16, 42][@battler.index] #smaller gap
@spriteY += [-18, -6, 16, 28][@battler.index] #overlap
when 3
@spriteX += [-12, 12, -6, 6, 0, 0][@battler.index]
@spriteY += [-42, -46, 4, 0, 50, 46][@battler.index]
# @spriteY += [-42, -46, 4, 0, 50, 46][@battler.index]
#@spriteY += [-74, -8, -28, 38, 16, 84][@battler.index] #standard
@spriteY += [-54, -8, -18, 26, 16, 58][@battler.index] #overlap
end
end

Expand Down
Binary file modified Data/Skills.rxdata
Binary file not shown.
Binary file modified Data/States.rxdata
Binary file not shown.
Binary file modified Data/System.rxdata
Binary file not shown.
Binary file modified Data/Tilesets.rxdata
Binary file not shown.
Binary file modified Data/Weapons.rxdata
Binary file not shown.
File renamed without changes

0 comments on commit 89a3534

Please sign in to comment.