summaryrefslogtreecommitdiff
path: root/scripts/celadonhouse.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/celadonhouse.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/celadonhouse.asm')
-rwxr-xr-xscripts/celadonhouse.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/celadonhouse.asm b/scripts/celadonhouse.asm
new file mode 100755
index 00000000..aa94f2fd
--- /dev/null
+++ b/scripts/celadonhouse.asm
@@ -0,0 +1,20 @@
+CeladonHouseScript: ; 4920e (12:520e)
+ call EnableAutoTextBoxDrawing
+ ret
+
+CeladonHouseTextPointers: ; 49212 (12:5212)
+ dw CeladonHouseText1
+ dw CeladonHouseText2
+ dw CeladonHouseText3
+
+CeladonHouseText1: ; 49218 (12:5218)
+ TX_FAR _CeladonHouseText1
+ db "@"
+
+CeladonHouseText2: ; 4921d (12:521d)
+ TX_FAR _CeladonHouseText2
+ db "@"
+
+CeladonHouseText3: ; 49222 (12:5222)
+ TX_FAR _CeladonHouseText3
+ db "@"