summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-01 00:07:10 -0400
committeryenatch <yenatch@gmail.com>2013-09-01 00:07:10 -0400
commit8190c3e5e70ad59b845f3ee36c513ecf240a22ba (patch)
tree8033a01be8bea8ed70e3d7994a5d4996247a0e0d /main.asm
parentfc6bc8e311d3641fe23866a57f463612ad515577 (diff)
rename DoTileAnimation to AnimateTileset
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 311caf784..19835541d 100644
--- a/main.asm
+++ b/main.asm
@@ -585,7 +585,7 @@ endr
; 17d3
-SafeTileAnimation: ; 17d3
+AnimateTileset: ; 17d3
; Only call during the first fifth of VBlank
ld a, [$ffde]
@@ -601,7 +601,7 @@ SafeTileAnimation: ; 17d3
ld a, [hROMBank]
push af
- ld a, BANK(DoTileAnimation)
+ ld a, BANK(_AnimateTileset)
rst Bankswitch
ld a, [rSVBK]
@@ -614,7 +614,7 @@ SafeTileAnimation: ; 17d3
ld a, 0
ld [rVBK], a
- call DoTileAnimation
+ call _AnimateTileset
pop af
ld [rVBK], a
@@ -65389,7 +65389,7 @@ DoBadgeTypeBoosts: ; fbe24
SECTION "bank3F",ROMX,BANK[$3F]
-DoTileAnimation: ; fc000
+_AnimateTileset: ; fc000
; Iterate over a given pointer array of animation functions
; (one per frame).
; Typically in wra1, vra0