diff --git a/engine/menus/menu.asm b/engine/menus/menu.asm index be40e6185..96b6bdfbc 100644 --- a/engine/menus/menu.asm +++ b/engine/menus/menu.asm @@ -276,7 +276,7 @@ Function241d5: ; unreferenced call Place2DMenuCursor .loop call Move2DMenuCursor - call HDMATransferTilemapToWRAMBank3 ; BUG: This function is in another bank. + call HDMATransferTilemapToWRAMBank3 ; should be farcall call .loop2 jr nc, .done call _2DMenuInterpretJoypad @@ -298,7 +298,7 @@ Function241d5: ; unreferenced ret c ld c, 1 ld b, 3 - call AdvanceMobileInactivityTimerAndCheckExpired ; BUG: This function is in another bank. + call AdvanceMobileInactivityTimerAndCheckExpired ; should be farcall ret c farcall Function100337 ret c