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:
|
Function111686:
|
||||||
xor a
|
xor a
|
||||||
ldh [rTAC], a
|
ldh [rTAC], a
|
||||||
ld c, $ff
|
ld c, LOW(rIE)
|
||||||
ldh a, [c]
|
ldh a, [c]
|
||||||
and $f3
|
and ~(1 << SERIAL | 1 << TIMER)
|
||||||
ldh [c], a
|
ldh [c], a
|
||||||
ld a, [wMobileSDK_PacketBuffer + 1]
|
ld a, [wMobileSDK_PacketBuffer + 1]
|
||||||
ld [wc86a], a
|
ld [wc86a], a
|
||||||
|
Loading…
Reference in New Issue
Block a user