Remove "XXX" comments (various "???+" still mark unclear code)

This commit is contained in:
Rangi 2020-11-09 16:38:11 -05:00
parent 6a5edc98e9
commit fa3712ea34
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ Kurt_SelectApricorn:
dw .MenuData
db 1 ; default option
db 0 ; XXX
db 0 ; unused
.MenuData:
db SCROLLINGMENU_DISPLAY_ARROWS ; flags

View File

@ -1815,7 +1815,7 @@ InitNickname:
pop hl
ld de, wStringBuffer1
call InitName
ld a, $4 ; ExitAllMenus is in bank 0, XXX could this be in bank 4 in pokered?
ld a, $4 ; ExitAllMenus is in bank 0; maybe it used to be in bank 4
ld hl, ExitAllMenus
rst FarCall
ret

View File

@ -8527,7 +8527,7 @@ endr
ld [$cc0d], a
ld a, l
ld [$cc0c], a
cp $8e ; XXX LOW(MD5_K_Table + $100) ???
cp $8e ; LOW(MD5_K_Table + $100) ???
jp nz, .asm_113751
ld de, $cc18
ld hl, $cbe7

View File

@ -1021,7 +1021,7 @@ Function106464::
call Get2bpp
ld de, $40b0
ld hl, vTiles2 tile $6b
ld b, $0f ; XXX no graphics at 0f:40b0
ld b, $0f ; no graphics at 0f:40b0; JP leftover???
call Get2bpp
farcall LoadFrame
ret