summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-29 14:49:42 -0400
committeryenatch <yenatch@gmail.com>2013-05-29 14:49:42 -0400
commit11cb01601942f3a742c9c284a41c6ffebc91165e (patch)
tree312f5491edaf7c4e2a84ce7699a8b1e748ecab7a
parent2df19fef158f8a6860b7325e0c0c2cde88d836f3 (diff)
JpDe
-rw-r--r--main.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 2b52ca111..faa4bd9bf 100644
--- a/main.asm
+++ b/main.asm
@@ -3298,7 +3298,12 @@ JpHl: ; 2fec
jp [hl]
; 2fed
-INCBIN "baserom.gbc", $2fed, $300b-$2fed
+JpDe: ; 2fed
+ push de
+ ret
+; 2fef
+
+INCBIN "baserom.gbc", $2fef, $300b - $2fef
ClearSprites: ; 300b
ld hl, Sprites