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

@@ -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