shithub: pokecrystal

Download patch

ref: a950b020cd60d6ecf487d4cbb4dc4cc1b31a15fb
parent: afe67ba1b4dbeee87372f76fae3457565cc08cd5
author: yenatch <yenatch@gmail.com>
date: Sat Sep 23 23:27:12 EDT 2017

Align "Sprites" section to $100 bytes.

The code expects this section to be aligned.

--- a/pokecrystal.ld
+++ b/pokecrystal.ld
@@ -311,6 +311,7 @@
 	"Audio RAM"
 	"WRAM"
 	"wSpriteAnims"
+	align 8
 	"Sprites"
 	"Tilemap"
 	"Battle"
--- a/wram.asm
+++ b/wram.asm
@@ -299,6 +299,7 @@
 wSpriteAnimsEnd::
 
 	ds 11
+
 wc3cc:: ds 1
 wc3cd:: ds 31
 wc3ec:: ds 1
@@ -317,7 +318,9 @@
 wc3f9:: ds 1
 wc3fa:: ds 1
 wc3fb:: ds 1
-wc3fc:: ds 4
+wc3fc:: ds 1
+
+	ds 3
 
 
 SECTION "Sprites", WRAM0