Made the Battle Factory work

This commit is contained in:
Maruno17
2021-05-15 17:38:16 +01:00
parent e350cb8f4a
commit f303b84033
6 changed files with 160 additions and 158 deletions

View File

@@ -1349,7 +1349,7 @@ class Window_AdvancedCommandPokemon < Window_DrawableCommand
@commands[index],self.baseColor,self.shadowColor)
else
chars=getFormattedText(
self.contents,rect.x,rect.y,rect.width,rect.height,
self.contents,rect.x,rect.y+4,rect.width,rect.height,
@commands[index],rect.height,true,true)
drawFormattedChars(self.contents,chars)
end