diff options
Diffstat (limited to 'scripts/PowerPlant1.asm')
-rw-r--r-- | scripts/PowerPlant1.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/PowerPlant1.asm b/scripts/PowerPlant1.asm new file mode 100644 index 0000000..9486a00 --- /dev/null +++ b/scripts/PowerPlant1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "scripts/PowerPlant1.asm", ROMX + +PowerPlant1ScriptLoader:: + ret + +PowerPlant1TextPointers:: + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText |