mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
fix Stack's address ($c100 -> $c0ff)
using negative ds
This commit is contained in:
parent
7fe1fa58e3
commit
eff81fb080
@ -79,7 +79,7 @@ Init: ; 17d
|
||||
or c
|
||||
jr nz, .asm_1b1
|
||||
|
||||
ld sp, Stack - 1
|
||||
ld sp, Stack
|
||||
|
||||
; Clear HRAM
|
||||
ld a, [hCGB]
|
||||
|
Loading…
Reference in New Issue
Block a user