You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent code formatting: no redundant as and spaces after commas
This commit is contained in:
@@ -304,7 +304,7 @@ WaitTileAnimation: ; fc2fe
|
||||
StandingTileFrame8: ; fc2ff
|
||||
ld a, [TileAnimationTimer]
|
||||
inc a
|
||||
and a, 7
|
||||
and 7
|
||||
ld [TileAnimationTimer], a
|
||||
ret
|
||||
; fc309
|
||||
|
||||
Reference in New Issue
Block a user