summaryrefslogtreecommitdiff
path: root/gfx/mail.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-17 19:14:55 -0400
committerPikalaxALT <pikalax1@gmail.com>2017-09-23 23:04:10 -0400
commit0e470bc785eedf96da20c364723ab59eb3fa5242 (patch)
tree0c618351aac442e1a2718e4fb2f734e3bcd3e8bd /gfx/mail.asm
parente1c2876ff69986c0d537507f96d3c270b745273b (diff)
Fix section linking
Create linker script and float all sections
Diffstat (limited to 'gfx/mail.asm')
-rwxr-xr-xgfx/mail.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/mail.asm b/gfx/mail.asm
index fa0736ca6..575fe9ef5 100755
--- a/gfx/mail.asm
+++ b/gfx/mail.asm
@@ -107,7 +107,7 @@ ReadAnyMail: ; b9237
ld de, .done
pop bc
push de
- jp [hl]
+ jp hl
.done
ret
; b92f8