You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix usage of rIE and rSC constants
This commit is contained in:
@@ -6,7 +6,7 @@ Reset::
|
||||
call ClearPalettes
|
||||
xor a
|
||||
ldh [rIF], a
|
||||
ld a, 1 ; VBlank int
|
||||
ld a, 1 << VBLANK
|
||||
ldh [rIE], a
|
||||
ei
|
||||
|
||||
@@ -154,7 +154,7 @@ Init::
|
||||
|
||||
xor a
|
||||
ldh [rIF], a
|
||||
ld a, %1111 ; VBlank, LCDStat, Timer, Serial interrupts
|
||||
ld a, IE_DEFAULT
|
||||
ldh [rIE], a
|
||||
ei
|
||||
|
||||
|
||||
Reference in New Issue
Block a user