summaryrefslogtreecommitdiff
path: root/src/tm_case.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/tm_case.c
parentd89a2d791edaf9bc892bd00dbf2ffcd35f84435a (diff)
party_menu first quarter
Diffstat (limited to 'src/tm_case.c')
-rw-r--r--src/tm_case.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tm_case.c b/src/tm_case.c
index 0734c6d24..a9af2332e 100644
--- a/src/tm_case.c
+++ b/src/tm_case.c
@@ -595,7 +595,7 @@ static void TMCase_MoveCursor_UpdatePrintedDescription(s32 itemIndex)
static void FillBG2RowWithPalette_2timesNplus1(s32 a0)
{
- SetBgRectPal(2, 0, 12, 30, 8, 2 * a0 + 1);
+ SetBgTilemapPalette(2, 0, 12, 30, 8, 2 * a0 + 1);
ScheduleBgCopyTilemapToVram(2);
}