Fix section linking
Create linker script and float all sections
This commit is contained in:
@@ -55,7 +55,7 @@ StartMenu:: ; 125cd
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
|
||||
.MenuReturns:
|
||||
dw .Reopen
|
||||
@@ -227,7 +227,7 @@ StartMenu:: ; 125cd
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 127ef
|
||||
|
||||
.MenuString: ; 127ef
|
||||
@@ -701,7 +701,7 @@ PokemonActionSubmenu: ; 12a88
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
|
||||
.nothing
|
||||
ld a, 0
|
||||
|
Reference in New Issue
Block a user