summaryrefslogtreecommitdiff
path: root/rst.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-20 23:05:28 -0700
committeryenatch <yenatch@gmail.com>2015-07-20 23:05:28 -0700
commit973721491c38aa3014f5b28982227a618d2f6b59 (patch)
treee01415064e6da53a471d75b2eb0113846650322b /rst.asm
parenta3c6931fa8edd09fcea678fd8d2e9988951380de (diff)
parent0b5471f385d3cc66bb4ae7aa4191ce3af9f50cac (diff)
Merge remote-tracking branch 'kanzure/master' into gfx-script
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