mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Label indirect access to rIE in lib/mobile
This commit is contained in:
parent
c01409be5a
commit
0aadbec02a
@ -3431,9 +3431,9 @@ Function111664:
|
||||
Function111686:
|
||||
xor a
|
||||
ldh [rTAC], a
|
||||
ld c, $ff
|
||||
ld c, LOW(rIE)
|
||||
ldh a, [c]
|
||||
and $f3
|
||||
and ~(1 << SERIAL | 1 << TIMER)
|
||||
ldh [c], a
|
||||
ld a, [wMobileSDK_PacketBuffer + 1]
|
||||
ld [wc86a], a
|
||||
|
Loading…
Reference in New Issue
Block a user