Move predef/ files into engine/

Get rid of single-file engine/ subdirectories
Move tilesets/ palettes unrelated to individual tilesets into data/palettes/ (more from engine/colors.asm can be moved here too)
This commit is contained in:
Remy Oukaour
2017-12-15 12:31:18 -05:00
parent 2b6dd505c1
commit 94722aa8f0
19 changed files with 18 additions and 16 deletions

View File

@@ -22,5 +22,5 @@ INCLUDE "macros/scripts/gfx_anim.asm"
percent EQUS "* $ff / 100"
tiles EQUS "* $10"
tile EQUS "+ $10 *"
tiles EQUS "* LEN_2BPP_TILE"
tile EQUS "+ LEN_2BPP_TILE *"