From 58b377f25bf673702f26551824b329fb4675f64d Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 16 Apr 2020 09:30:50 -0400 Subject: Fix #709 miscellaneous issues --- maps/PlayersHouse2F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps') diff --git a/maps/PlayersHouse2F.asm b/maps/PlayersHouse2F.asm index 21a229351..02659d55b 100644 --- a/maps/PlayersHouse2F.asm +++ b/maps/PlayersHouse2F.asm @@ -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 -- cgit v1.2.3