Fix the Stack section.

Negative section sizes are no longer allowed as of rgbds 0.3.0.
This commit is contained in:
yenatch 2017-05-01 11:15:39 -04:00
parent c4e51522cc
commit 832c28eaea

View file

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