summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/battle.asm')
-rw-r--r--home/battle.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/battle.asm b/home/battle.asm
index 3fd593630..ea228851e 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -167,7 +167,7 @@ endr
and a
jr z, .getvar
inc hl
-
+
.getvar
; var id
ld a, [hl]
@@ -182,9 +182,9 @@ endr
ld a, [hli]
ld h, [hl]
ld l, a
-
+
ld a, [hl]
-
+
pop bc
ret