shithub: pokered

Download patch

ref: 236426138bf085c4b7b854b43d910370fffca290
parent: a5c0da9bbebb1b5703778d83d147e262055cd46c
author: SatoMew <SatoMew@users.noreply.github.com>
date: Sat Jul 31 23:53:52 EDT 2021

Remove old tile animation comments (#333)

They stopped being accurate after #304 and aren't really necessary.

--- a/home/vcopy.asm
+++ b/home/vcopy.asm
@@ -377,7 +377,7 @@
 
 	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 @@
 	ldh a, [hTileAnimations]
 	rrca
 	ret nc
-; if in a cave, no flower animations
+
 	xor a
 	ldh [hMovingBGTilesCounter1], a
 	ret