mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Only use "; BUG:" comments for documented bugs
This commit is contained in:
parent
145d8dd5c2
commit
974bb7bf33
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user