summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdain <luiscarlosholguinperez@outlook.com>2021-10-21 21:00:44 -0400
committerIdain <luiscarlosholguinperez@outlook.com>2021-10-21 21:00:44 -0400
commitf18c0d57822e60151b5bf06ce6c81f8a20f87ab7 (patch)
tree8e87dc8ad2fbfe13efa461efc2840364d7d04924
parentf6fd346280ad2a15ee5f55ae99d02794c12d0f12 (diff)
Another small fix
-rw-r--r--Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md
index d52163c..e5e8ca6 100644
--- a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md
+++ b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md
@@ -250,7 +250,7 @@ Edit [gfx/tilesets.asm](../blob/master/gfx/tilesets.asm):
+INCBIN "data/tilesets/pokecom_center_attributes.bin"
+
+TilesetBattleTowerInsideAttr::
-+INCBIN "data/tilesets/battle_tower_attributes.bin"
++INCBIN "data/tilesets/battle_tower_inside_attributes.bin"
+
+TilesetTowerAttr::
+INCBIN "data/tilesets/tower_attributes.bin"