shithub: pokered

Download patch

ref: 832c28eaea1efa8c64765da88ffce661da9426a8
parent: c4e51522cc09424fa7f97c4e1f3f81b0cbc00089
author: yenatch <yenatch@gmail.com>
date: Mon May 1 07:15:39 EDT 2017

Fix the Stack section.

Negative section sizes are no longer allowed as of rgbds 0.3.0.

--- a/wram.asm
+++ b/wram.asm
@@ -3220,9 +3220,9 @@
 wBoxDataEnd::
 
 
-SECTION "Stack", WRAMX[$dfff], BANK[1]
+SECTION "Stack", WRAMX[$df00], BANK[1]
+	ds $ff
 wStack:: ; dfff
-	ds -$100
 
 
 INCLUDE "sram.asm"