mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Serve2bppRequest@VBlank → Serve2bppRequest_VBlank
This commit is contained in:
parent
418d81b99b
commit
6d2dc86a38
@ -190,7 +190,7 @@ VBlank1:: ; 337
|
||||
jr c, .done
|
||||
|
||||
call UpdateBGMap
|
||||
call Serve2bppRequest@VBlank
|
||||
call Serve2bppRequest_VBlank
|
||||
|
||||
call hPushOAM
|
||||
.done
|
||||
@ -280,7 +280,7 @@ VBlank3:: ; 396
|
||||
jr c, .done
|
||||
|
||||
call UpdateBGMap
|
||||
call Serve2bppRequest@VBlank
|
||||
call Serve2bppRequest_VBlank
|
||||
|
||||
call hPushOAM
|
||||
.done
|
||||
|
@ -379,7 +379,7 @@ Serve2bppRequest:: ; 1769
|
||||
jr _Serve2bppRequest
|
||||
|
||||
|
||||
Serve2bppRequest@VBlank:: ; 1778
|
||||
Serve2bppRequest_VBlank:: ; 1778
|
||||
|
||||
ld a, [Requested2bpp]
|
||||
and a
|
||||
|
Loading…
Reference in New Issue
Block a user