Fix section linking
Create linker script and float all sections
This commit is contained in:
@@ -26,7 +26,7 @@ PrinterJumptableIteration: ; 84022
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 84031
|
||||
|
||||
|
||||
@@ -468,7 +468,7 @@ _PrinterReceive:: ; 842db
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
jp hl
|
||||
; 842ea
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user