Fix #709 miscellaneous issues

This commit is contained in:
Rangi
2020-04-16 09:30:50 -04:00
parent 3540578cb3
commit 58b377f25b
8 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ PlayersHouse2F_MapScripts:
db 2 ; callbacks
callback MAPCALLBACK_NEWMAP, .InitializeRoom
callback MAPCALLBACK_TILES, .SetSpawn
callback MAPCALLBACK_TILES, .SetUpTileDecorations
; unused
.Null:
@@ -26,7 +26,7 @@ PlayersHouse2F_MapScripts:
.SkipInitialization:
return
.SetSpawn:
.SetUpTileDecorations:
special ToggleMaptileDecorations
return