Resolve some "???" comments

This commit is contained in:
Rangi
2020-11-17 11:09:02 -05:00
parent cd3fb2ca72
commit 9b3c45b14d
15 changed files with 33 additions and 25 deletions

View File

@@ -2299,10 +2299,8 @@ LoadMapTileset::
pop hl
ret
InexplicablyEmptyFunction::
; unused
; Inexplicably empty.
; Seen in PredefPointers.
DummyEndPredef::
; Unused function at the end of PredefPointers.
rept 16
nop
endr

View File

@@ -200,7 +200,7 @@ PlaceVerticalMenuItems::
ld a, [de]
ld c, a
inc de
ld b, $0
ld b, 0
add hl, bc
jp PlaceString

View File

@@ -230,7 +230,8 @@ CheckTrainerFlag:: ; unreferenced
PrintWinLossText::
ld a, [wBattleType]
cp BATTLETYPE_CANLOSE
jr .canlose ; ??????????
; code was probably dummied out here
jr .canlose
; unused
ld hl, wWinTextPointer