From 8e5e08c38273bf0b98b87f2748709b2833d33c9c Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Tue, 26 Sep 2017 13:37:51 -0700 Subject: Change stack positioning to not use a negative offset The stack size also is smaller because wBGPPalsBuffer cut into it. This seems wrong, but I don't know how to do it correctly. --- wram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wram.asm b/wram.asm index 5ff56a5a..b8b77044 100755 --- a/wram.asm +++ b/wram.asm @@ -3593,9 +3593,9 @@ wLastOBP1:: ds 1 ; def3 wdef5:: ds 1 ; def4 wBGPPalsBuffer:: ds NUM_ACTIVE_PALS * PAL_SIZE ; def5 -SECTION "Stack", WRAMX[$dfff], BANK[1] +SECTION "Stack", WRAMX[$df15], BANK[1] + ds $ea wStack:: ; dfff - ds -$100 INCLUDE "sram.asm" -- cgit v1.2.3