Update to RGBDS 0.7.0 (#1101)

This commit is contained in:
Rangi
2024-01-03 10:58:53 -05:00
committed by GitHub
parent 30739842af
commit dbf6044650
24 changed files with 64 additions and 73 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: