Fix section linking
Create linker script and float all sections
This commit is contained in:
@@ -1064,7 +1064,7 @@ StartTitleScreen: ; 6219
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 626a
|
||||
|
||||
.dw
|
||||
@@ -1117,7 +1117,7 @@ TitleScreenScene: ; 62a3
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 62af
|
||||
|
||||
.scenes
|
||||
|
Reference in New Issue
Block a user