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