You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Only use "; BUG:" comments for documented bugs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user