Update to rgbds 0.3.8

This commit is contained in:
Rangi
2019-02-16 12:17:55 -05:00
parent d9d688df4e
commit df337fc417
17 changed files with 39 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ WriteOAMDMACodeToHRAM::
ld hl, .PushOAM
.loop
ld a, [hli]
ld [$ff00+c], a
ldh [c], a
inc c
dec b
jr nz, .loop