blob: 24dc193c90371754185f01fa47748657dc899502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|