You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Resolve some "???" comments
This commit is contained in:
@@ -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
|
||||
|
@@ -200,7 +200,7 @@ PlaceVerticalMenuItems::
|
||||
ld a, [de]
|
||||
ld c, a
|
||||
inc de
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
add hl, bc
|
||||
jp PlaceString
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user