diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-22 06:46:04 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-23 08:09:23 +0800 |
commit | 499c09a49f4e587c6f3135afe609a057f3dbd4d8 (patch) | |
tree | 326ebec6a2330cb5500e95c2d14e8fbcc26f4bcb /src/berry_pouch.c | |
parent | 1d96920da05f7b5c25aef42931576f3e61099f66 (diff) |
party_menu first quarter
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
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); } |