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

@@ -107,9 +107,9 @@ HDMATransfer_FillBGMap0WithBlack:
ldh [rHDMA1], a
ld a, LOW(wDecompressScratch)
ldh [rHDMA2], a
ld a, HIGH(vBGMap0 - VRAM_Begin)
ld a, HIGH(vBGMap0 - STARTOF(VRAM))
ldh [rHDMA3], a
ld a, LOW(vBGMap0 - VRAM_Begin)
ld a, LOW(vBGMap0 - STARTOF(VRAM))
ldh [rHDMA4], a
ld a, $3f
ldh [hDMATransfer], a