mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 14:59:33 -05:00
Some checks failed
CI / build (push) Has been cancelled
* Add Katakana `リ`, `ヘ`, `ベ`, `ペ` in charmap and text strings * Format text strings, using macro where possible * Remove unused charmap entries, name `Function3036` * Charmap update and reorder, `TextAsmEnd`
18 lines
297 B
NASM
18 lines
297 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/CaveMinecarts7.asm", ROMX
|
|
|
|
CaveMinecarts7_ScriptLoader::
|
|
ret
|
|
|
|
CaveMinecarts7_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|