diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-16 09:30:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-16 09:30:50 -0400 |
commit | 58b377f25bf673702f26551824b329fb4675f64d (patch) | |
tree | 10144e3fb75ae2181bb834a186851d57c9df44cc /maps | |
parent | 3540578cb3452944d6c60bc13db16bc1f19b3586 (diff) |
Fix #709 miscellaneous issues
Diffstat (limited to 'maps')
-rw-r--r-- | maps/PlayersHouse2F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |