mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-21 01:37:14 -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/PowerPlant3.asm", ROMX
|
|
|
|
PowerPlant3_ScriptLoader::
|
|
ret
|
|
|
|
PowerPlant3_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|