mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 15:42:26 +13:00
Fix the Stack section.
Negative section sizes are no longer allowed as of rgbds 0.3.0.
This commit is contained in:
parent
c4e51522cc
commit
832c28eaea
1 changed files with 2 additions and 2 deletions
4
wram.asm
4
wram.asm
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue