You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Fix section linking
Create linker script and float all sections
This commit is contained in:
@@ -169,7 +169,7 @@ OWCutJumptable: ; 8ca0c
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 8ca1b
|
||||
|
||||
|
||||
|
||||
@@ -299,7 +299,7 @@ MagnetTrain_Jumptable: ; 8cdf7
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 8ce06
|
||||
|
||||
.Jumptable: ; 8ce06
|
||||
|
||||
@@ -28,7 +28,7 @@ Special_BankOfMom: ; 16218
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 16242
|
||||
|
||||
.dw ; 16242
|
||||
|
||||
Reference in New Issue
Block a user