Keep table labels in the same files as their contents.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user