Skip to content

Commit

Permalink
Implemented support for tiles to have different attributes in differe…
Browse files Browse the repository at this point in the history
…nt blocks (including X and Y flip)

Followed tutorial on wiki with slight modifications to work with newest Pokecrystal Version.
  • Loading branch information
OrchiidDev committed Aug 29, 2024
1 parent 608819b commit e9192f0
Show file tree
Hide file tree
Showing 443 changed files with 917 additions and 1,161 deletions.
2 changes: 1 addition & 1 deletion constants/tileset_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
DEF NUM_TILESETS EQU const_value - 1

; wTileset struct size
DEF TILESET_LENGTH EQU 15
DEF TILESET_LENGTH EQU 14

; roof length (see gfx/tilesets/roofs)
DEF ROOF_LENGTH EQU 9
Expand Down
Loading

0 comments on commit e9192f0

Please sign in to comment.