pokecrystal-board/text/common_text.asm
AntonioND e28b88f56d 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>
2017-03-15 00:52:26 +00:00

13 lines
289 B
NASM

INCLUDE "includes.asm"
SECTION "Text 1", ROMX[$4000], BANK[$6F]
INCLUDE "text/common_1.asm"
SECTION "Text 2", ROMX[$4000], BANK[$70]
INCLUDE "text/common_2.asm"
INCLUDE "text/common_3.asm"
SECTION "Text 3", ROMX[$4000], BANK[$71]
INCLUDE "text/common_4.asm"
INCLUDE "text/common_5.asm"