summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 81e23e9dc..023aa28b0 100644
--- a/wram.asm
+++ b/wram.asm
@@ -9,7 +9,7 @@ SECTION "Stack", WRAM0
StackBottom::
ds $100 - 1
-Stack::
+wStack::
StackTop::
ds 1