summaryrefslogtreecommitdiff
path: root/src/text_window.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-04-08 12:51:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-04-08 12:51:31 -0400
commit2073a56531c82875e014985f4b87dd9e6b4cf0dc (patch)
treefa9a31158f527f74ee465020623da21d299be213 /src/text_window.c
parentd7c165d8fecc3e605436135c526e5fe647b04677 (diff)
Finish naming objs in slot_machine
Diffstat (limited to 'src/text_window.c')
-rw-r--r--src/text_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_window.c b/src/text_window.c
index 6fde39078..8b2572fd1 100644
--- a/src/text_window.c
+++ b/src/text_window.c
@@ -28,7 +28,7 @@ void sub_814FD6C(u8 bgId, u16 destOffset, u8 palIdx)
LoadPalette(stdpal_get(1), palIdx, 32);
}
-void sub_814FDA0(u8 bgId, u16 destOffset, u8 palIdx)
+void DrawWindowBorderWithStdpal3(u8 bgId, u16 destOffset, u8 palIdx)
{
LoadBgTiles(bgId, gStdFrame0, 0x120, destOffset);
LoadPalette(stdpal_get(3), palIdx, 32);