diff options
Diffstat (limited to 'battle/sliding_intro.asm')
-rwxr-xr-x | battle/sliding_intro.asm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/battle/sliding_intro.asm b/battle/sliding_intro.asm index 194a4cd1b..4b3be76c7 100755 --- a/battle/sliding_intro.asm +++ b/battle/sliding_intro.asm @@ -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 |