summaryrefslogtreecommitdiff
path: root/misc/mobile_5f.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 /misc/mobile_5f.asm
parente1c2876ff69986c0d537507f96d3c270b745273b (diff)
Fix section linking
Create linker script and float all sections
Diffstat (limited to 'misc/mobile_5f.asm')
-rw-r--r--misc/mobile_5f.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm
index 2ce71049f..fdb5ca8b4 100644
--- a/misc/mobile_5f.asm
+++ b/misc/mobile_5f.asm
@@ -1,5 +1,5 @@
-SECTION "bank5F", ROMX, BANK[$5F]
+SECTION "bank5F", ROMX
Function17c000: ; 17c000
@@ -1146,7 +1146,7 @@ Function17d711:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
asm_17d721
call Function17e5af
@@ -3746,7 +3746,7 @@ Function17f047: ; 17f047
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.finished
scf