mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-20 01:07:13 -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
288 B
NASM
18 lines
288 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/PowerPlant2.asm", ROMX
|
|
|
|
PowerPlant2_ScriptLoader::
|
|
ret
|
|
|
|
PowerPlant2_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|