mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 23:10:52 -05:00
22 lines
370 B
NASM
22 lines
370 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/BullHouse1.asm", ROMX
|
|
|
|
BullHouse1_ScriptLoader::
|
|
ret
|
|
|
|
BullHouse1_TextPointers::
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|