summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-03-31 18:59:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-03-31 18:59:52 -0400
commitade01833781ee8a8057f2b2945095bababb2e639 (patch)
tree8c1ad4182225c08ca6c5e063c487fda5193afd4a /src/menu.c
parent6d70b8adb194b1939f41e0f5cc3d9c480b2ee45b (diff)
Document mystery_gift
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index b04572b81..958788b25 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -432,7 +432,7 @@ void sub_819789C(void)
LoadPalette(gUnknown_0860F074, STD_WINDOW_PALETTE_NUM * 0x10, 0x14);
}
-void sub_81978B0(u16 offset)
+void Menu_LoadStdPalAt(u16 offset)
{
LoadPalette(gUnknown_0860F074, offset, 0x14);
}