From 5857f3d04abc3feb67c9eb2986e65df85eb28073 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 17 Mar 2016 18:54:51 -0400 Subject: Start working on engine/battle/animations.asm --- engine/overworld/cut.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/overworld') diff --git a/engine/overworld/cut.asm b/engine/overworld/cut.asm index 3a2b38cf..3978cb9c 100755 --- a/engine/overworld/cut.asm +++ b/engine/overworld/cut.asm @@ -113,7 +113,7 @@ InitCutAnimOAM: ; ee74 (3:6e74) ret LoadCutGrassAnimationTilePattern: ; eecc (3:6ecc) - ld de, AnimationTileset2 + $30 ; tile depicting a leaf + ld de, AnimationTileset2 + $60 ; tile depicting a leaf lb bc, BANK(AnimationTileset2), $01 jp CopyVideoData -- cgit v1.3.1-sl0p