summaryrefslogtreecommitdiff
path: root/scripts/pewterhouse1.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/pewterhouse1.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/pewterhouse1.asm')
-rwxr-xr-xscripts/pewterhouse1.asm23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/pewterhouse1.asm b/scripts/pewterhouse1.asm
new file mode 100755
index 00000000..05d27a14
--- /dev/null
+++ b/scripts/pewterhouse1.asm
@@ -0,0 +1,23 @@
+PewterHouse1Script: ; 1d5f3 (7:55f3)
+ jp EnableAutoTextBoxDrawing
+
+PewterHouse1TextPointers: ; 1d5f6 (7:55f6)
+ dw PewterHouse1Text1
+ dw PewterHouse1Text2
+ dw PewterHouse1Text3
+
+PewterHouse1Text1: ; 1d5fc (7:55fc)
+ TX_FAR _PewterHouse1Text1
+ db $08 ; asm
+ ld a, NIDORAN_M
+ call PlayCry
+ call WaitForSoundToFinish
+ jp TextScriptEnd
+
+PewterHouse1Text2: ; 1d60c (7:560c)
+ TX_FAR _PewterHouse1Text2
+ db "@"
+
+PewterHouse1Text3: ; 1d611 (7:5611)
+ TX_FAR _PewterHouse1Text3
+ db "@"