mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Serve2bppRequest@VBlank → Serve2bppRequest_VBlank
This commit is contained in:
parent
418d81b99b
commit
6d2dc86a38
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user