Align "Sprites" section to $100 bytes.

The code expects this section to be aligned.
This commit is contained in:
yenatch 2017-09-24 03:27:12 -04:00
parent afe67ba1b4
commit a950b020cd
2 changed files with 5 additions and 1 deletions

View File

@ -311,6 +311,7 @@ WRAM0
"Audio RAM"
"WRAM"
"wSpriteAnims"
align 8
"Sprites"
"Tilemap"
"Battle"

View File

@ -299,6 +299,7 @@ wGlobalAnimXOffset:: ds 1
wSpriteAnimsEnd::
ds 11
wc3cc:: ds 1
wc3cd:: ds 31
wc3ec:: ds 1
@ -317,7 +318,9 @@ wc3f8:: ds 1
wc3f9:: ds 1
wc3fa:: ds 1
wc3fb:: ds 1
wc3fc:: ds 4
wc3fc:: ds 1
ds 3
SECTION "Sprites", WRAM0