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:
@@ -50,5 +50,5 @@ ReturnFarCall:: ; 2d6e
|
||||
; 2d82
|
||||
|
||||
FarJump_hl:: ; 2d82
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 2d83
|
||||
|
||||
@@ -337,7 +337,7 @@ RunMenuItemPrintingFunction:: ; 1eda
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 1eff
|
||||
|
||||
InitMenuCursorAndButtonPermissions:: ; 1eff
|
||||
@@ -470,7 +470,7 @@ MenuJumptable:: ; 1fa7
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 1fb1
|
||||
|
||||
GetMenuDataPointerTableEntry:: ; 1fb1
|
||||
|
||||
@@ -943,7 +943,7 @@ Text_START_ASM:: ; 14c9
|
||||
|
||||
bit 7, h
|
||||
jr nz, .not_rom
|
||||
jp [hl]
|
||||
jp hl
|
||||
|
||||
.not_rom
|
||||
ld a, "@"
|
||||
|
||||
Reference in New Issue
Block a user