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 floating sections
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -4,7 +4,7 @@ charmap "<CR>", $d
|
||||
|
||||
INCLUDE "gbhw.asm"
|
||||
|
||||
SECTION "Main", ROMX
|
||||
SECTION "Main", ROMX[$4000], BANK[$44]
|
||||
|
||||
Function110000: ; 110000 (44:4000)
|
||||
; Copy b bytes from hl to de
|
||||
|
||||
Reference in New Issue
Block a user