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
276 B
NASM
18 lines
276 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/Office1.asm", ROMX
|
|
|
|
Office1_ScriptLoader::
|
|
ret
|
|
|
|
Office1_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|