Don't use relative label offset syntax

This commit is contained in:
Marcus Huderle
2018-05-01 19:33:18 -07:00
parent 0221964952
commit 65f7a62fe2

View File

@@ -177,7 +177,8 @@ LoadVideoData: ; 0x6a4
srl b
rr c
jp c, FarCopyCGBPals ; if lowest bit of bc is set
jp @ + 2
jp .nopJump
.nopJump
ld [hROMBankBuffer], a ; save bank of data to be loaded
ld a, [hLoadedROMBank]
push af