mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
11 lines
401 B
NASM
11 lines
401 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "Patch text bank", ROMX[$4000], BANK[$29]
|
|
|
|
; The actual text data goes in CSVs in hack/text.
|
|
; At build time, this file is concatenated with the code files built from the CSVs.
|
|
; If more banks are needed, this approach should be switched out - likely for
|
|
; including bank numbers in the compiled text .asms, or putting the text .asms
|
|
; in a linkerscript or similar.
|
|
|