Replace "Unreferenced" labels with "; unreferenced" comments

This commit is contained in:
Rangi
2020-06-21 16:27:43 -04:00
parent 98af69691d
commit 91774f206e
90 changed files with 212 additions and 250 deletions

View File

@@ -368,8 +368,7 @@ CheckIndoorMap::
cp GATE
ret
; unused
UnreferencedCheckEnvironment::
CheckUnknownMap:: ; unreferenced
cp INDOOR
ret z
cp GATE
@@ -1313,7 +1312,7 @@ UpdateBGMapColumn::
ldh [hBGMapTileCount], a
ret
Unreferenced_Function2816::
Function2816:: ; unreferenced
ld hl, wBGMapBuffer
ld bc, wBGMapBufferEnd - wBGMapBuffer
xor a
@@ -1904,7 +1903,7 @@ CloseSubmenu::
call ReloadTilesetAndPalettes
call UpdateSprites
call Call_ExitMenu
call ret_d90
call GSReloadPalettes
jr FinishExitMenu
ExitAllMenus::
@@ -1912,7 +1911,7 @@ ExitAllMenus::
call Call_ExitMenu
call ReloadTilesetAndPalettes
call UpdateSprites
call ret_d90
call GSReloadPalettes
FinishExitMenu::
ld b, SCGB_MAPPALS
call GetSGBLayout