Replace Stack with wStack.

This commit is contained in:
luckytyphlosion
2018-01-23 16:49:58 -05:00
parent f2ae74079f
commit 79bd48f85c
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ Init:: ; 17d
or c
jr nz, .ByteFill
ld sp, Stack
ld sp, wStack
; Clear HRAM
ld a, [hCGB]