diff options
author | yenatch <yenatch@gmail.com> | 2013-09-01 00:07:10 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-01 00:07:10 -0400 |
commit | 8190c3e5e70ad59b845f3ee36c513ecf240a22ba (patch) | |
tree | 8033a01be8bea8ed70e3d7994a5d4996247a0e0d /engine/vblank.asm | |
parent | fc6bc8e311d3641fe23866a57f463612ad515577 (diff) |
rename DoTileAnimation to AnimateTileset
Diffstat (limited to 'engine/vblank.asm')
-rw-r--r-- | engine/vblank.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/vblank.asm b/engine/vblank.asm index c07d45f6d..71114964e 100644 --- a/engine/vblank.asm +++ b/engine/vblank.asm @@ -121,7 +121,7 @@ VBlank0: ; 2b1 ; these have their own timing checks call Serve2bppRequest call Serve1bppRequest - call SafeTileAnimation + call AnimateTileset .doneframeaction ; oam update off? |