diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-13 16:15:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 16:15:11 -0400 |
commit | c2a07276ae095a2345f68e34fcd76cdaffd889ea (patch) | |
tree | 9daf711e52915bee634e3a051f5a4f88db1d4a8f /src/trader.c | |
parent | a9a427c6f268e04468c8e30242f3ed4f96036848 (diff) | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Merge branch 'master' into doc-link
Diffstat (limited to 'src/trader.c')
-rw-r--r-- | src/trader.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |