You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -141,7 +141,7 @@ PrintRadioLine:
|
||||
ld [wRadioTextDelay], a
|
||||
ret
|
||||
|
||||
ReplacePeriodsWithSpaces:
|
||||
ReplacePeriodsWithSpaces: ; unreferenced
|
||||
push hl
|
||||
ld b, SCREEN_WIDTH * 2
|
||||
.loop
|
||||
@@ -149,7 +149,6 @@ ReplacePeriodsWithSpaces:
|
||||
cp "."
|
||||
jr nz, .next
|
||||
ld [hl], " "
|
||||
|
||||
.next
|
||||
inc hl
|
||||
dec b
|
||||
@@ -1779,7 +1778,7 @@ CopyRadioTextToRAM:
|
||||
cp TX_FAR
|
||||
jp z, FarCopyRadioText
|
||||
ld de, wRadioText
|
||||
ld bc, SCREEN_WIDTH * 2
|
||||
ld bc, 2 * SCREEN_WIDTH
|
||||
jp CopyBytes
|
||||
|
||||
StartRadioStation:
|
||||
|
||||
Reference in New Issue
Block a user