mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-23 10:47:25 -05:00
17 lines
309 B
NASM
17 lines
309 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/PowerPlant1.asm", ROMX
|
|
|
|
PowerPlant1ScriptLoader:: ; bc06a (2f:406a)
|
|
ret
|
|
|
|
PowerPlant1TextPointers:: ; bc06b (2f:406b)
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |