diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/copycatshouse1f.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/copycatshouse1f.asm')
-rwxr-xr-x | scripts/copycatshouse1f.asm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/copycatshouse1f.asm b/scripts/copycatshouse1f.asm new file mode 100755 index 00000000..230a3ca3 --- /dev/null +++ b/scripts/copycatshouse1f.asm @@ -0,0 +1,22 @@ +CopycatsHouse1FScript: ; 75ec3 (1d:5ec3) + jp EnableAutoTextBoxDrawing + +CopycatsHouse1FTextPointers: ; 75ec6 (1d:5ec6) + dw CopycatsHouse1FText1 + dw CopycatsHouse1FText2 + dw CopycatsHouse1FText3 + +CopycatsHouse1FText1: ; 75ecc (1d:5ecc) + TX_FAR _CopycatsHouse1FText1 + db "@" + +CopycatsHouse1FText2: ; 75ed1 (1d:5ed1) + TX_FAR _CopycatsHouse1FText2 + db "@" + +CopycatsHouse1FText3: ; 75ed6 (1d:5ed6) + TX_FAR _CopycatsHouse1FText3 + db $8 + ld a, CHANSEY + call PlayCry + jp TextScriptEnd |