Fix Z effect descriptions being cut off (#3286)

This commit is contained in:
Gabriel Cowley 2023-09-08 11:09:11 +01:00 committed by GitHub
parent dd3334aa82
commit d585c520ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ static const struct WindowTemplate sStandardBattleWindowTemplates[] =
.bg = 0, .bg = 0,
.tilemapLeft = 2, .tilemapLeft = 2,
.tilemapTop = 57, .tilemapTop = 57,
.width = 8, .width = 16, //for z effect descriptions
.height = 2, .height = 2,
.paletteNum = 5, .paletteNum = 5,
.baseBlock = 0x0328, .baseBlock = 0x0328,
@ -216,7 +216,7 @@ static const struct WindowTemplate sStandardBattleWindowTemplates[] =
.width = 8, .width = 8,
.height = 2, .height = 2,
.paletteNum = 5, .paletteNum = 5,
.baseBlock = 0x0338, .baseBlock = 0x0340,
}, },
[B_WIN_PP] = { [B_WIN_PP] = {
.bg = 0, .bg = 0,