mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Remove old tile animation comments (#333)
They stopped being accurate after #304 and aren't really necessary.
This commit is contained in:
parent
a5c0da9bbe
commit
236426138b
|
@ -377,7 +377,7 @@ UpdateMovingBgTiles::
|
||||||
|
|
||||||
ldh a, [hTileAnimations]
|
ldh a, [hTileAnimations]
|
||||||
and a
|
and a
|
||||||
ret z ; no animations if indoors (or if a menu set this to 0)
|
ret z
|
||||||
|
|
||||||
ldh a, [hMovingBGTilesCounter1]
|
ldh a, [hMovingBGTilesCounter1]
|
||||||
inc a
|
inc a
|
||||||
|
@ -416,7 +416,7 @@ UpdateMovingBgTiles::
|
||||||
ldh a, [hTileAnimations]
|
ldh a, [hTileAnimations]
|
||||||
rrca
|
rrca
|
||||||
ret nc
|
ret nc
|
||||||
; if in a cave, no flower animations
|
|
||||||
xor a
|
xor a
|
||||||
ldh [hMovingBGTilesCounter1], a
|
ldh [hMovingBGTilesCounter1], a
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in a new issue