summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 58f7247c..2b6a23c2 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2612,11 +2612,17 @@ ENDU ; df01
wPokemonDataEnd::
wGameDataEnd::
+; df01
SECTION "Stack", WRAMX
+ ds 2
+wStackBottom::
+ ds $fc
+wStack::
wStackTop::
+ ds 1
INCLUDE "sram.asm"