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/celadonmansion1.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/celadonmansion1.asm')
| -rwxr-xr-x | scripts/celadonmansion1.asm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/scripts/celadonmansion1.asm b/scripts/celadonmansion1.asm new file mode 100755 index 00000000..14832dbe --- /dev/null +++ b/scripts/celadonmansion1.asm @@ -0,0 +1,39 @@ +CeladonMansion1Script: ; 48694 (12:4694) + jp EnableAutoTextBoxDrawing + +CeladonMansion1TextPointers: ; 48697 (12:4697) + dw CeladonMansion1Text1 + dw CeladonMansion1Text2 + dw CeladonMansion1Text3 + dw CeladonMansion1Text4 + dw CeladonMansion1Text5 + +CeladonMansion1_486a1: ; 486a1 (12:46a1) + call PlayCry + jp TextScriptEnd + +CeladonMansion1Text1: ; 486a7 (12:46a7) + TX_FAR _CeladonMansion1Text1 + db $08 ; asm + ld a, MEOWTH + jp CeladonMansion1_486a1 + +CeladonMansion1Text2: ; 486b1 (12:46b1) + TX_FAR _CeladonMansion1Text2 + db "@" + +CeladonMansion1Text3: ; 486b6 (12:46b6) + TX_FAR _CeladonMansion1Text3 + db $8 + ld a, CLEFAIRY + jp CeladonMansion1_486a1 + +CeladonMansion1Text4: ; 486c0 (12:46c0) + TX_FAR _CeladonMansion1Text4 + db $8 + ld a, NIDORAN_F + jp CeladonMansion1_486a1 + +CeladonMansion1Text5: ; 486ca (12:46ca) + TX_FAR _CeladonMansion1Text5 + db "@" |
