Added mkxp-z and fixed pkmnem, pkmnems and pkmnemn fonts

This commit is contained in:
m3rein
2020-09-06 23:12:36 +02:00
parent 66671efcde
commit a4f5eb16ea
14 changed files with 22991 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
#===============================================================================
# mkxp setup
#===============================================================================
$MKXP = !!defined?(System)
def mkxp?
return $MKXP
end
CHARACTER_OFFSETS = {
"p" => [0, 2],
"g" => [0, 2],
"y" => [0, 2],
"q" => [0, 2]
}
#===============================================================================
# class Class
#===============================================================================