From d585c520ff4e02da73ae90861223823153df2219 Mon Sep 17 00:00:00 2001 From: Gabriel Cowley Date: Fri, 8 Sep 2023 11:09:11 +0100 Subject: [PATCH] Fix Z effect descriptions being cut off (#3286) --- src/battle_bg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/battle_bg.c b/src/battle_bg.c index b3fea1a20..97d5cc862 100644 --- a/src/battle_bg.c +++ b/src/battle_bg.c @@ -204,7 +204,7 @@ static const struct WindowTemplate sStandardBattleWindowTemplates[] = .bg = 0, .tilemapLeft = 2, .tilemapTop = 57, - .width = 8, + .width = 16, //for z effect descriptions .height = 2, .paletteNum = 5, .baseBlock = 0x0328, @@ -216,7 +216,7 @@ static const struct WindowTemplate sStandardBattleWindowTemplates[] = .width = 8, .height = 2, .paletteNum = 5, - .baseBlock = 0x0338, + .baseBlock = 0x0340, }, [B_WIN_PP] = { .bg = 0,