Keep table labels in the same files as their contents.

This commit is contained in:
Remy Oukaour
2017-12-11 22:44:25 -05:00
parent fe9cb90049
commit f1f84743f7
67 changed files with 667 additions and 639 deletions

View File

@@ -1,8 +1,3 @@
; Format:
; Address
; Length, Bank
; Type, Palette
sprite_header: MACRO
; pointer, length, type, palette
dw \1
@@ -10,6 +5,9 @@ sprite_header: MACRO
db \3, \4
ENDM
SpriteHeaders: ; 14736
; entries correspond to SPRITE_* constants
ChrisSprite: ; 14736
sprite_header ChrisSpriteGFX, 3, WALKING_SPRITE, PAL_OW_RED
; 1473c