summaryrefslogtreecommitdiff
path: root/src/script_menu.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-13 16:15:11 -0400
committerGitHub <noreply@github.com>2020-06-13 16:15:11 -0400
commitc2a07276ae095a2345f68e34fcd76cdaffd889ea (patch)
tree9daf711e52915bee634e3a051f5a4f88db1d4a8f /src/script_menu.c
parenta9a427c6f268e04468c8e30242f3ed4f96036848 (diff)
parent46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff)
Merge branch 'master' into doc-link
Diffstat (limited to 'src/script_menu.c')
-rw-r--r--src/script_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script_menu.c b/src/script_menu.c
index 9ff63e357..2b135e301 100644
--- a/src/script_menu.c
+++ b/src/script_menu.c
@@ -110,7 +110,7 @@ static void DrawMultichoiceMenu(u8 left, u8 top, u8 multichoiceId, bool8 ignoreB
SetStandardWindowBorderStyle(windowId, 0);
PrintMenuTable(windowId, count, actions);
InitMenuInUpperLeftCornerPlaySoundWhenAPressed(windowId, count, cursorPos);
- schedule_bg_copy_tilemap_to_vram(0);
+ ScheduleBgCopyTilemapToVram(0);
InitMultichoiceCheckWrap(ignoreBPress, count, windowId, multichoiceId);
}
@@ -595,7 +595,7 @@ bool8 ScriptMenu_ShowPokemonPic(u16 species, u8 x, u8 y)
gSprites[spriteId].callback = SpriteCallbackDummy;
gSprites[spriteId].oam.priority = 0;
SetStandardWindowBorderStyle(gTasks[taskId].tWindowId, 1);
- schedule_bg_copy_tilemap_to_vram(0);
+ ScheduleBgCopyTilemapToVram(0);
return TRUE;
}
}