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:
@@ -39,12 +39,10 @@ BattleIntroSlidingPics: ; 4e980
|
||||
ld a, d
|
||||
ld [hSCX], a
|
||||
call .subfunction5
|
||||
rept 2
|
||||
inc e
|
||||
endr
|
||||
rept 2
|
||||
inc e
|
||||
dec d
|
||||
dec d
|
||||
endr
|
||||
pop af
|
||||
push af
|
||||
cp $1
|
||||
@@ -66,9 +64,8 @@ endr
|
||||
ld c, $12 ; 18
|
||||
ld de, $4
|
||||
.loop3
|
||||
rept 2
|
||||
dec [hl]
|
||||
endr
|
||||
dec [hl]
|
||||
add hl, de
|
||||
dec c
|
||||
jr nz, .loop3
|
||||
|
||||
Reference in New Issue
Block a user