summaryrefslogtreecommitdiff
path: root/event/battle_tower.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/battle_tower.asm')
-rw-r--r--event/battle_tower.asm10
1 files changed, 4 insertions, 6 deletions
diff --git a/event/battle_tower.asm b/event/battle_tower.asm
index 091fe7fe1..de6022145 100644
--- a/event/battle_tower.asm
+++ b/event/battle_tower.asm
@@ -157,9 +157,9 @@ BattleTower_ExecuteJumptable: ; 8b25b
; 8b281
.GetTextPointers: ; 8b281
-rept 3
inc de
-endr
+ inc de
+ inc de
ld a, [de]
ld l, a
inc de
@@ -200,13 +200,11 @@ endr
.PrintNthText: ; 8b2a9
push bc
call .GetTextPointers
-rept 2
inc hl
-endr
+ inc hl
ld b, $0
-rept 2
add hl, bc
-endr
+ add hl, bc
call .LoadTextPointer
call PrintText
pop bc