summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm9
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