diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 16:27:43 -0400 |
commit | 91774f206e97d67cb8f16f5afeec03ce9c7e28ca (patch) | |
tree | 1a35d65d390633fa2d8c14618ecf99d97b776e59 /home/map.asm | |
parent | 98af69691d8994b07c19ef4e86f3f903da6091ed (diff) |
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/home/map.asm b/home/map.asm index 91c052a90..927c705db 100644 --- a/home/map.asm +++ b/home/map.asm @@ -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 |