diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 16:49:58 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 16:49:58 -0500 |
commit | 79bd48f85c7dd1868264e290b12dad17a6e25b95 (patch) | |
tree | b634d6eb4b11014f4376c62daf5acf2d4062fd99 /wram.asm | |
parent | f2ae74079fc917cbf7e1f640eb8beda0d4740887 (diff) |
Replace Stack with wStack.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ SECTION "Stack", WRAM0 StackBottom:: ds $100 - 1 -Stack:: +wStack:: StackTop:: ds 1 |