Updated all fonts.

This commit is contained in:
m3rein
2020-09-07 15:35:16 +02:00
parent a4f5eb16ea
commit 3890116ed7
13 changed files with 5 additions and 22624 deletions

View File

@@ -387,13 +387,11 @@ def pbSetSystemFont(bitmap)
fontname=MessageConfig.pbGetSystemFontName
bitmap.font.name=fontname
if fontname=="Pokemon FireLeaf" || fontname=="Power Red and Green"
bitmap.font.size=29
bitmap.font.size = mkxp? ? 27 : 29
elsif fontname=="Pokemon Emerald Small" || fontname=="Power Green Small"
bitmap.font.size=25
else
bitmap.font.name=pbNarrowFontName
bitmap.font.size = mkxp? ? 29 : 31
#bitmap.font.size = mkxp? ? 29 : 31
else
bitmap.font.size = mkxp? ? 29 : 31
end
end
@@ -407,7 +405,7 @@ end
def pbSetNarrowFont(bitmap)
p "narrow"
bitmap.font.name=pbNarrowFontName
bitmap.font.size=31
bitmap.font.size = mkxp? ? 29 : 31
end
#===============================================================================