diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-04-16 09:48:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 09:48:30 -0400 |
| commit | 93ed0ed19ce615f99a36062cd2133e8ee2e75cc1 (patch) | |
| tree | 10144e3fb75ae2181bb834a186851d57c9df44cc /maps | |
| parent | 3540578cb3452944d6c60bc13db16bc1f19b3586 (diff) | |
| parent | 58b377f25bf673702f26551824b329fb4675f64d (diff) | |
Merge pull request #711 from Rangi42/master
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 |
