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