aboutsummaryrefslogtreecommitdiffstats
path: root/home/vcopy.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-09-26 22:38:47 -0500
committerdannye <33dannye@gmail.com>2021-09-26 22:43:09 -0500
commit501a21fa5dc6f01c0563316c9cd209cccb1eef45 (patch)
treec2fe5cc6caa9d8117df3008031d7a26317058acb /home/vcopy.asm
parentSwitch from Travis CI to GitHub Actions (diff)
parentFix typos (#334) (diff)
downloadpokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.gz
pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.xz
pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'home/vcopy.asm')
-rw-r--r--home/vcopy.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/vcopy.asm b/home/vcopy.asm
index 4a80d261..3b26cf1d 100644
--- a/home/vcopy.asm
+++ b/home/vcopy.asm
@@ -347,7 +347,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, [rLY]
cp $90 ; check if not in vblank period??? (maybe if vblank is too long)
@@ -390,7 +390,7 @@ UpdateMovingBgTiles::
ldh a, [hTileAnimations]
rrca
ret nc
-; if in a cave, no flower animations
+
xor a
ldh [hMovingBGTilesCounter1], a
ret