Only use "; BUG:" comments for documented bugs

This commit is contained in:
Rangi 2022-07-17 14:08:56 -04:00
parent 145d8dd5c2
commit 974bb7bf33

View File

@ -276,7 +276,7 @@ Function241d5: ; unreferenced
call Place2DMenuCursor call Place2DMenuCursor
.loop .loop
call Move2DMenuCursor call Move2DMenuCursor
call HDMATransferTilemapToWRAMBank3 ; BUG: This function is in another bank. call HDMATransferTilemapToWRAMBank3 ; should be farcall
call .loop2 call .loop2
jr nc, .done jr nc, .done
call _2DMenuInterpretJoypad call _2DMenuInterpretJoypad
@ -298,7 +298,7 @@ Function241d5: ; unreferenced
ret c ret c
ld c, 1 ld c, 1
ld b, 3 ld b, 3
call AdvanceMobileInactivityTimerAndCheckExpired ; BUG: This function is in another bank. call AdvanceMobileInactivityTimerAndCheckExpired ; should be farcall
ret c ret c
farcall Function100337 farcall Function100337
ret c ret c