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 /home/init.asm | |
parent | f2ae74079fc917cbf7e1f640eb8beda0d4740887 (diff) |
Replace Stack with wStack.
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index d8e476c3f..88ab0b58b 100644 --- a/home/init.asm +++ b/home/init.asm @@ -79,7 +79,7 @@ Init:: ; 17d or c jr nz, .ByteFill - ld sp, Stack + ld sp, wStack ; Clear HRAM ld a, [hCGB] |