mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 15:39:32 -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
303 B
NASM
18 lines
303 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/SlowpokeWellMain.asm", ROMX
|
|
|
|
SlowpokeWellMain_ScriptLoader::
|
|
ret
|
|
|
|
SlowpokeWellMain_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|