summaryrefslogtreecommitdiff
path: root/rst.asm
diff options
context:
space:
mode:
Diffstat (limited to 'rst.asm')
-rw-r--r--rst.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/rst.asm b/rst.asm
index c54dc83e2..ae9158b51 100644
--- a/rst.asm
+++ b/rst.asm
@@ -22,8 +22,9 @@ SECTION "rst28",ROM0[JumpTable]
push de
ld e, a
ld d, 0
+rept 2
add hl, de
- add hl, de
+endr
ld a, [hli]
ld h, [hl]
ld l, a