summaryrefslogtreecommitdiff
path: root/scripts/pewterhouse1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pewterhouse1.asm')
-rwxr-xr-xscripts/pewterhouse1.asm24
1 files changed, 0 insertions, 24 deletions
diff --git a/scripts/pewterhouse1.asm b/scripts/pewterhouse1.asm
deleted file mode 100755
index ba0f631f..00000000
--- a/scripts/pewterhouse1.asm
+++ /dev/null
@@ -1,24 +0,0 @@
-PewterHouse1Script:
- call EnableAutoTextBoxDrawing
- ret
-
-PewterHouse1TextPointers:
- dw PewterHouse1Text1
- dw PewterHouse1Text2
- dw PewterHouse1Text3
-
-PewterHouse1Text1:
- TX_FAR _PewterHouse1Text1
- TX_ASM
- ld a, NIDORAN_M
- call PlayCry
- call WaitForSoundToFinish
- jp TextScriptEnd
-
-PewterHouse1Text2:
- TX_FAR _PewterHouse1Text2
- db "@"
-
-PewterHouse1Text3:
- TX_FAR _PewterHouse1Text3
- db "@"