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