blob: ffa1f6d4646238919da649e70762a05eb58cb973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/PowerPlant4.asm", ROMX
PowerPlant4ScriptLoader:: ; bc349 (2f:4349)
ret
PowerPlant4TextPointers:: ; bc34a (2f:434a)
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
|