Serve2bppRequest@VBlank → Serve2bppRequest_VBlank

This commit is contained in:
Remy Oukaour 2018-01-03 15:28:13 -05:00
parent 418d81b99b
commit 6d2dc86a38
2 changed files with 3 additions and 3 deletions

View File

@ -190,7 +190,7 @@ VBlank1:: ; 337
jr c, .done jr c, .done
call UpdateBGMap call UpdateBGMap
call Serve2bppRequest@VBlank call Serve2bppRequest_VBlank
call hPushOAM call hPushOAM
.done .done
@ -280,7 +280,7 @@ VBlank3:: ; 396
jr c, .done jr c, .done
call UpdateBGMap call UpdateBGMap
call Serve2bppRequest@VBlank call Serve2bppRequest_VBlank
call hPushOAM call hPushOAM
.done .done

View File

@ -379,7 +379,7 @@ Serve2bppRequest:: ; 1769
jr _Serve2bppRequest jr _Serve2bppRequest
Serve2bppRequest@VBlank:: ; 1778 Serve2bppRequest_VBlank:: ; 1778
ld a, [Requested2bpp] ld a, [Requested2bpp]
and a and a