summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com>2021-05-27 10:50:59 -0400
committerFieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com>2021-05-27 10:50:59 -0400
commit8ec6f6fb0e6e8a425f228b3fa010f245ce7ba0fc (patch)
treecb77d01ebb8cb7d9395f4bba1ed19c630cc0cf02
parent955f782c169102881793e3f42eb156f00c7ed243 (diff)
Updated Wall to wall carpeting in your room (markdown)
-rw-r--r--Wall-to-wall-carpeting-in-your-room.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/Wall-to-wall-carpeting-in-your-room.md b/Wall-to-wall-carpeting-in-your-room.md
index 8a225b6..3315359 100644
--- a/Wall-to-wall-carpeting-in-your-room.md
+++ b/Wall-to-wall-carpeting-in-your-room.md
@@ -86,11 +86,10 @@ And edit [maps/PlayersHouse2F.asm](../blob/master/maps/PlayersHouse2F.asm):
def_callbacks
callback MAPCALLBACK_NEWMAP, .InitializeRoom
- callback MAPCALLBACK_TILES, .SetSpawn
+ callback MAPCALLBACK_TILES, .SetUpTileDecorations
+ callback MAPCALLBACK_GRAPHICS, .RenderCarpet
- ; unused
- .Null:
+ .DummyScene: ;unreferenced
end
.InitializeRoom:
@@ -104,7 +103,7 @@ And edit [maps/PlayersHouse2F.asm](../blob/master/maps/PlayersHouse2F.asm):
.SkipInitialization:
endcallback
- .SetSpawn:
+ .SetUpTileDecorations:
special ToggleMaptileDecorations
endcallback