From 74edaed4265cc7e964a5383c3e0fb8ef256f2bf8 Mon Sep 17 00:00:00 2001 From: Sierraffinity Date: Thu, 14 May 2020 01:37:09 -0700 Subject: Begin item_menu.c cleanup --- src/trader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trader.c') diff --git a/src/trader.c b/src/trader.c index ac6a30df0..f6d021dfe 100644 --- a/src/trader.c +++ b/src/trader.c @@ -83,7 +83,7 @@ void CreateAvailableDecorationsMenu(u8 taskId) } AddTextPrinterParameterized(data[3], 1, gText_Exit, 8, 16 * i + 1, 255, NULL); InitMenuInUpperLeftCornerPlaySoundWhenAPressed(data[3], 5, 0); - schedule_bg_copy_tilemap_to_vram(0); + ScheduleBgCopyTilemapToVram(0); } void Task_BufferDecorSelectionAndCloseWindow(u8 taskId, u8 decorationId) @@ -101,7 +101,7 @@ void Task_BufferDecorSelectionAndCloseWindow(u8 taskId, u8 decorationId) ClearStdWindowAndFrameToTransparent(data[3], FALSE); ClearWindowTilemap(data[3]); RemoveWindow(data[3]); - schedule_bg_copy_tilemap_to_vram(0); + ScheduleBgCopyTilemapToVram(0); DestroyTask(taskId); EnableBothScriptContexts(); } -- cgit v1.2.3