diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:54:51 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:54:51 -0400 |
commit | 5857f3d04abc3feb67c9eb2986e65df85eb28073 (patch) | |
tree | 6923b98dfa916e31a26298b90ff8fa1a05f06a9f /engine/overworld/cut.asm | |
parent | 29b6c60cb7801a4b240f398dd85938f020190234 (diff) |
Start working on engine/battle/animations.asm
Diffstat (limited to 'engine/overworld/cut.asm')
-rwxr-xr-x | engine/overworld/cut.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |