From 974bb7bf33db58948910eaf451a3375096bca385 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 17 Jul 2022 14:08:56 -0400 Subject: [PATCH] Only use "; BUG:" comments for documented bugs --- engine/menus/menu.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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