Remove old tile animation comments (#333)

They stopped being accurate after #304 and aren't really necessary.
This commit is contained in:
SatoMew 2021-08-01 03:53:52 +01:00 committed by GitHub
parent a5c0da9bbe
commit 236426138b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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