summaryrefslogtreecommitdiff
path: root/scripts/fuchsiahouse1.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
commit24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch)
tree07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/fuchsiahouse1.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/fuchsiahouse1.asm')
-rwxr-xr-xscripts/fuchsiahouse1.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/fuchsiahouse1.asm b/scripts/fuchsiahouse1.asm
new file mode 100755
index 00000000..4d5e6eb1
--- /dev/null
+++ b/scripts/fuchsiahouse1.asm
@@ -0,0 +1,20 @@
+FuchsiaHouse1Script: ; 75018 (1d:5018)
+ call EnableAutoTextBoxDrawing
+ ret
+
+FuchsiaHouse1TextPointers: ; 7501c (1d:501c)
+ dw FuchsiaHouse1Text1
+ dw FuchsiaHouse1Text2
+ dw FuchsiaHouse1Text3
+
+FuchsiaHouse1Text1: ; 75022 (1d:5022)
+ TX_FAR _FuchsiaHouse1Text1
+ db "@"
+
+FuchsiaHouse1Text2: ; 75027 (1d:5027)
+ TX_FAR _FuchsiaHouse1Text2
+ db "@"
+
+FuchsiaHouse1Text3: ; 7502c (1d:502c)
+ TX_FAR _FuchsiaHouse1Text3
+ db "@"