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:
@@ -25,7 +25,7 @@ Predef_LoadSGBLayoutCGB: ; 8d59
|
||||
ld l, a
|
||||
ld de, .ReturnFromJumpTable
|
||||
push de
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 8d79
|
||||
|
||||
.ReturnFromJumpTable: ; 8d79
|
||||
@@ -491,7 +491,7 @@ _CGB07: ; 9122
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 912d
|
||||
|
||||
Jumptable_912d: ; 912d
|
||||
|
||||
@@ -17,7 +17,7 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile)
|
||||
ld l, a
|
||||
ld de, .done
|
||||
push de
|
||||
jp [hl]
|
||||
jp hl
|
||||
.done
|
||||
ret
|
||||
; 49330 (12:5330)
|
||||
|
||||
@@ -20,7 +20,7 @@ Predef_LoadSGBLayout: ; 864c
|
||||
ld l, a
|
||||
ld de, .Finish
|
||||
push de
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 866f
|
||||
|
||||
.Jumptable: ; 866f
|
||||
|
||||
Reference in New Issue
Block a user