diff options
Diffstat (limited to 'Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md')
-rw-r--r-- | Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md | 2 |
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" |