You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More splitting of main.asm; remove unneeded rept 2
This commit is contained in:
@@ -16,9 +16,8 @@ _AnimateTileset:: ; fc000
|
||||
ld [hTileAnimFrame], a
|
||||
|
||||
ld h, 0
|
||||
rept 2
|
||||
add hl, hl
|
||||
endr
|
||||
add hl, hl
|
||||
add hl, de
|
||||
|
||||
; 2-byte parameter
|
||||
@@ -714,9 +713,8 @@ SafariFountainAnim1: ; fc5cc
|
||||
ld a, [TileAnimationTimer]
|
||||
and 6
|
||||
srl a
|
||||
rept 2
|
||||
inc a
|
||||
endr
|
||||
inc a
|
||||
and 3
|
||||
swap a
|
||||
ld e, a
|
||||
|
||||
Reference in New Issue
Block a user