summaryrefslogtreecommitdiff
path: root/src/mystery_gift_menu.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/mystery_gift_menu.c
parentd7c165d8fecc3e605436135c526e5fe647b04677 (diff)
Finish naming objs in slot_machine
Diffstat (limited to 'src/mystery_gift_menu.c')
-rw-r--r--src/mystery_gift_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mystery_gift_menu.c b/src/mystery_gift_menu.c
index cdfd62624..a80ffe1b3 100644
--- a/src/mystery_gift_menu.c
+++ b/src/mystery_gift_menu.c
@@ -398,7 +398,7 @@ bool32 HandleMysteryGiftOrEReaderSetup(s32 mg_or_ereader)
SetBgTilemapBuffer(0, Alloc(0x800));
LoadUserWindowBorderGfx(0, 10, 0xE0);
- sub_814FDA0(0, 1, 0xF0);
+ DrawWindowBorderWithStdpal3(0, 1, 0xF0);
DecompressAndLoadBgGfxUsingHeap(3, gUnkTextboxBorderGfx, 0x100, 0, 0);
InitWindows(sMainWindows);
DeactivateAllTextPrinters();