diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-10-21 21:00:44 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-10-21 21:00:44 -0400 |
commit | f18c0d57822e60151b5bf06ce6c81f8a20f87ab7 (patch) | |
tree | 8e87dc8ad2fbfe13efa461efc2840364d7d04924 | |
parent | f6fd346280ad2a15ee5f55ae99d02794c12d0f12 (diff) |
Another small fix
-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" |