Update to rgbds v0.7.0

This commit is contained in:
Rangi
2024-01-03 10:58:53 -05:00
committed by xCrystal
parent 3e952c0b0f
commit 0df29e5aaf
22 changed files with 61 additions and 72 deletions

View File

@@ -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: