summaryrefslogtreecommitdiff
path: root/main.asm
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 /main.asm
parentabce472354d0095537165f4d0a5d2db572dfa98b (diff)
rename graphics request handlers to Serve1bppRequest and Serve2bppRequest
these had some really dumb names
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm11
1 files changed, 5 insertions, 6 deletions
diff --git a/main.asm b/main.asm
index b5e04bbd5..311caf784 100644
--- a/main.asm
+++ b/main.asm
@@ -422,7 +422,7 @@ endr
; 170a
-SafeLoadTiles2: ; 170a
+Serve1bppRequest: ; 170a
; Only call during the first fifth of VBlank
ld a, [$cf6c]
@@ -436,7 +436,6 @@ SafeLoadTiles2: ; 170a
cp 146
ret nc
-GetTiles2: ; 1717
; Copy [$cf6c] 1bpp tiles from [$cf6d-e] to [$cf6f-70]
ld [hSPBuffer], sp
@@ -504,7 +503,7 @@ endr
; 1769
-SafeLoadTiles: ; 1769
+Serve2bppRequest: ; 1769
; Only call during the first fifth of VBlank
ld a, [$cf67]
@@ -517,16 +516,16 @@ SafeLoadTiles: ; 1769
ret c
cp 146
ret nc
- jr GetTiles
+ jr _Serve2bppRequest
-LoadTiles: ; 1778
+Serve2bppRequest@VBlank: ; 1778
ld a, [$cf67]
and a
ret z
-GetTiles: ; 177d
+_Serve2bppRequest: ; 177d
; Copy [$cf67] 2bpp tiles from [$cf68-9] to [$cf6a-b]
ld [hSPBuffer], sp