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

@@ -108,5 +108,8 @@ INCLUDE "gfx/tilesets/battle_tower_inside_palette_map.asm"
TilesetBattleTowerOutsidePalMap:
INCLUDE "gfx/tilesets/battle_tower_outside_palette_map.asm"
Unreferenced_MapGroupPalettes:
ds NUM_MAP_GROUPS, PAL_BG_ROOF
MapGroupPalettes: ; unreferenced
; entries correspond to GROUP_* constants
rept NUM_MAP_GROUPS
db PAL_BG_ROOF
endr