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

@@ -6,7 +6,7 @@ Unreferenced_Function547::
ret nz
ld c, a
ld a, [wLYOverrides]
ld [$ff00+c], a
ldh [c], a
ret
LCD::
@@ -25,7 +25,7 @@ LCD::
ldh a, [hLCDCPointer]
ld c, a
ld a, b
ld [$ff00+c], a
ldh [c], a
pop bc
.done