summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-01 00:02:35 -0400
committeryenatch <yenatch@gmail.com>2013-09-01 00:02:35 -0400
commitfc6bc8e311d3641fe23866a57f463612ad515577 (patch)
tree26b1318103602defc78a55cf868e75d281ef1434 /engine
parentabce472354d0095537165f4d0a5d2db572dfa98b (diff)
rename graphics request handlers to Serve1bppRequest and Serve2bppRequest
these had some really dumb names
Diffstat (limited to 'engine')
-rw-r--r--engine/vblank.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/engine/vblank.asm b/engine/vblank.asm
index 36f1f7cbe..c07d45f6d 100644
--- a/engine/vblank.asm
+++ b/engine/vblank.asm
@@ -119,8 +119,8 @@ VBlank0: ; 2b1
call UpdateBGMap
; these have their own timing checks
- call SafeLoadTiles
- call SafeLoadTiles2
+ call Serve2bppRequest
+ call Serve1bppRequest
call SafeTileAnimation
.doneframeaction
@@ -230,7 +230,7 @@ VBlank1: ; 337
; these have their own timing checks
call UpdateBGMap
- call LoadTiles
+ call Serve2bppRequest@VBlank
; update oam by dma transfer
call hPushOAM
; @PushOAM:
@@ -338,7 +338,7 @@ VBlank3: ; 396
jr c, .vblankoccurred
; else
call UpdateBGMap
- call LoadTiles
+ call Serve2bppRequest@VBlank
; update oam by dma transfer
call hPushOAM
@@ -410,7 +410,7 @@ VBlank4: ; 3df
ld [$ff8a], a
call UpdateBGMap
- call SafeLoadTiles
+ call Serve2bppRequest
; update oam by dma transfer
call hPushOAM
@@ -465,7 +465,7 @@ VBlank5: ; 400
jr c, .vblankoccurred
call UpdateBGMap
- call SafeLoadTiles
+ call Serve2bppRequest
.vblankoccurred
; tell other fns vblank happened
@@ -521,8 +521,8 @@ VBlank6: ; 436
call UpdateCGBPals
jr c, .vblankoccurred
- call SafeLoadTiles
- call SafeLoadTiles2
+ call Serve2bppRequest
+ call Serve1bppRequest
call DMATransfer
.vblankoccurred