You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update to rgbds v0.7.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
WriteOAMDMACodeToHRAM::
|
||||
ld c, LOW(hTransferShadowOAM)
|
||||
ld b, OAMDMACodeEnd - OAMDMACode
|
||||
ld b, OAMDMACode.End - OAMDMACode
|
||||
ld hl, OAMDMACode
|
||||
.copy
|
||||
ld a, [hli]
|
||||
@@ -25,4 +25,4 @@ hTransferShadowOAM::
|
||||
jr nz, .wait
|
||||
ret
|
||||
ENDL
|
||||
OAMDMACodeEnd:
|
||||
.End:
|
||||
|
Reference in New Issue
Block a user