mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
0e470bc785
Create linker script and float all sections
13 lines
235 B
NASM
13 lines
235 B
NASM
INCLUDE "includes.asm"
|
|
|
|
SECTION "Text 1", ROMX
|
|
INCLUDE "text/common_1.asm"
|
|
|
|
SECTION "Text 2", ROMX
|
|
INCLUDE "text/common_2.asm"
|
|
INCLUDE "text/common_3.asm"
|
|
|
|
SECTION "Text 3", ROMX
|
|
INCLUDE "text/common_4.asm"
|
|
INCLUDE "text/common_5.asm"
|