You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -316,20 +316,19 @@ MainMenu_PrintCurrentTimeAndDay:
|
||||
call PrintNum
|
||||
ret
|
||||
|
||||
.min
|
||||
; unused
|
||||
.minString: ; unreferenced
|
||||
db "min.@"
|
||||
|
||||
.PrintTimeNotSet:
|
||||
hlcoord 1, 14
|
||||
ld de, .TimeNotSet
|
||||
ld de, .TimeNotSetString
|
||||
call PlaceString
|
||||
ret
|
||||
|
||||
.TimeNotSet:
|
||||
.TimeNotSetString:
|
||||
db "TIME NOT SET@"
|
||||
|
||||
.MainMenuTimeUnknownText:
|
||||
.MainMenuTimeUnknownText: ; unreferenced
|
||||
text_far _MainMenuTimeUnknownText
|
||||
text_end
|
||||
|
||||
|
@@ -156,18 +156,18 @@ StartMenu_PrintBugContestStatus:
|
||||
set NO_TEXT_SCROLL, [hl]
|
||||
call StartMenu_DrawBugContestStatusBox
|
||||
hlcoord 1, 5
|
||||
ld de, .Balls_EN
|
||||
ld de, .BallsString
|
||||
call PlaceString
|
||||
hlcoord 8, 5
|
||||
ld de, wParkBallsRemaining
|
||||
lb bc, PRINTNUM_LEFTALIGN | 1, 2
|
||||
call PrintNum
|
||||
hlcoord 1, 1
|
||||
ld de, .CAUGHT
|
||||
ld de, .CaughtString
|
||||
call PlaceString
|
||||
ld a, [wContestMon]
|
||||
and a
|
||||
ld de, .None
|
||||
ld de, .NoneString
|
||||
jr z, .no_contest_mon
|
||||
ld [wNamedObjectIndexBuffer], a
|
||||
call GetPokemonName
|
||||
@@ -179,7 +179,7 @@ StartMenu_PrintBugContestStatus:
|
||||
and a
|
||||
jr z, .skip_level
|
||||
hlcoord 1, 3
|
||||
ld de, .LEVEL
|
||||
ld de, .LevelString
|
||||
call PlaceString
|
||||
ld a, [wContestMonLevel]
|
||||
ld h, b
|
||||
@@ -193,15 +193,15 @@ StartMenu_PrintBugContestStatus:
|
||||
ld [wOptions], a
|
||||
ret
|
||||
|
||||
.Balls_JP:
|
||||
.BallsJPString: ; unreferenced
|
||||
db "ボール こ@"
|
||||
.CAUGHT:
|
||||
.CaughtString:
|
||||
db "CAUGHT@"
|
||||
.Balls_EN:
|
||||
.BallsString:
|
||||
db "BALLS:@"
|
||||
.None:
|
||||
.NoneString:
|
||||
db "None@"
|
||||
.LEVEL:
|
||||
.LevelString:
|
||||
db "LEVEL@"
|
||||
|
||||
FindApricornsInBag:
|
||||
|
@@ -275,6 +275,7 @@ NamingScreen_InitText:
|
||||
NamingScreen_ApplyTextInputMode:
|
||||
call NamingScreen_IsTargetBox
|
||||
jr nz, .not_box
|
||||
assert BoxNameInputLower - NameInputLower == BoxNameInputUpper - NameInputUpper
|
||||
ld hl, BoxNameInputLower - NameInputLower
|
||||
add hl, de
|
||||
ld d, h
|
||||
@@ -880,7 +881,7 @@ INCBIN "gfx/naming_screen/cursor.2bpp"
|
||||
|
||||
INCLUDE "data/text/name_input_chars.asm"
|
||||
|
||||
NamingScreenGFX_End: ; unused
|
||||
NamingScreenGFX_End: ; unreferenced
|
||||
INCBIN "gfx/naming_screen/end.1bpp"
|
||||
|
||||
NamingScreenGFX_MiddleLine:
|
||||
|
Reference in New Issue
Block a user