summaryrefslogtreecommitdiff
path: root/src/berry_pouch.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-22 06:46:04 +0800
committerEvan <eroelke@gmail.com>2019-12-04 14:54:50 -0700
commit069eb2baed314133a9d72658c07126e73b3b3db1 (patch)
tree1cf7ea7b4ef581d91324412cfcbc2513a97a6abf /src/berry_pouch.c
parentd89a2d791edaf9bc892bd00dbf2ffcd35f84435a (diff)
party_menu first quarter
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r--src/berry_pouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c
index 466fe7927..bb1b106af 100644
--- a/src/berry_pouch.c
+++ b/src/berry_pouch.c
@@ -765,7 +765,7 @@ static void PrintSelectedBerryDescription(s32 itemIdx)
static void SetDescriptionWindowBorderPalette(s32 pal)
{
- SetBgRectPal(1, 0, 16, 30, 4, pal + 1);
+ SetBgTilemapPalette(1, 0, 16, 30, 4, pal + 1);
ScheduleBgCopyTilemapToVram(1);
}