diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2021-08-01 03:53:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 22:53:52 -0400 |
commit | 236426138bf085c4b7b854b43d910370fffca290 (patch) | |
tree | 1873d4a985fd348cf9d4d7b29d8b1be0fdf3f3fa | |
parent | a5c0da9bbebb1b5703778d83d147e262055cd46c (diff) |
Remove old tile animation comments (#333)
They stopped being accurate after #304 and aren't really necessary.
-rw-r--r-- | home/vcopy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/vcopy.asm b/home/vcopy.asm index 0b0e0144..504406b9 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -377,7 +377,7 @@ UpdateMovingBgTiles:: ldh a, [hTileAnimations] and a - ret z ; no animations if indoors (or if a menu set this to 0) + ret z ldh a, [hMovingBGTilesCounter1] inc a @@ -416,7 +416,7 @@ UpdateMovingBgTiles:: ldh a, [hTileAnimations] rrca ret nc -; if in a cave, no flower animations + xor a ldh [hMovingBGTilesCounter1], a ret |