ref: 974bb7bf33db58948910eaf451a3375096bca385
parent: 145d8dd5c22e8e4c5b0dbf2b9b013db37b7dd844
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Jul 17 10:08:56 EDT 2022
Only use "; BUG:" comments for documented bugs
--- a/engine/menus/menu.asm
+++ b/engine/menus/menu.asm
@@ -276,7 +276,7 @@
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 @@
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