You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix section linking
Create linker script and float all sections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user