gfx/*.asm files have INCBINs

This commit is contained in:
Remy Oukaour
2018-01-10 02:38:45 -05:00
parent ee4ec65fc1
commit 7de7441e72
5 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ tileset: MACRO
ENDM
; Associated data:
; - The *GFX, *Meta, and *Coll are defined in data/tileset_data.asm
; - The *GFX, *Meta, and *Coll are defined in gfx/tilesets.asm
; - The *Anim are defined in engine/tileset_anims.asm
; - The *PalMap are defined in gfx/tilesets/palette_maps.asm