diff options
Diffstat (limited to 'misc/battle_tower_47.asm')
-rwxr-xr-x | misc/battle_tower_47.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/battle_tower_47.asm b/misc/battle_tower_47.asm index a11f61064..1c83fabf5 100755 --- a/misc/battle_tower_47.asm +++ b/misc/battle_tower_47.asm @@ -61,9 +61,8 @@ ENDC .okay2 push af -rept 2 add hl, bc -endr + add hl, bc ld a, [hli] ld c, a ld a, [hl] @@ -72,9 +71,8 @@ endr pop af ld c, a ld b, 0 -rept 2 add hl, bc -endr + add hl, bc ld a, [hli] ld c, a ld a, [hl] |