blob: 07972aca7b9a135e9b2f1b1855bb421db005befe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/PowerPlant3.asm", ROMX
PowerPlant3ScriptLoader:: ; bc218 (2f:4218)
ret
PowerPlant3TextPointers:: ; bc219 (2f:4219)
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
|