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

View File

@@ -33,7 +33,7 @@ ForceUpdateCGBPals::
.bgp
rept (1 palettes) * 2
ld a, [hli]
ld [$ff00+c], a
ldh [c], a
endr
dec b
@@ -49,7 +49,7 @@ endr
.obp
rept (1 palettes) * 2
ld a, [hli]
ld [$ff00+c], a
ldh [c], a
endr
dec b

View File

@@ -119,7 +119,7 @@ rept SCREEN_WIDTH / 2
pop de
; if in v/hblank, wait until not in v/hblank
.loop\@
ld a, [$ff00+c]
ldh a, [c]
and b
jr nz, .loop\@
; load BGMap0