diff options
Diffstat (limited to 'examples/graphics/tilesasm/data.s.template')
| -rw-r--r-- | examples/graphics/tilesasm/data.s.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphics/tilesasm/data.s.template b/examples/graphics/tilesasm/data.s.template index 1c4b01e..bec0b84 100644 --- a/examples/graphics/tilesasm/data.s.template +++ b/examples/graphics/tilesasm/data.s.template @@ -31,4 +31,5 @@ # declared in the C code # tim_tileset: + .balign 4 # Required to correctly parse and load the image .incbin "${PROJECT_SOURCE_DIR}/tiles_256.tim" |
