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/viridianforestexit.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/viridianforestexit.asm')
| -rwxr-xr-x | scripts/viridianforestexit.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/viridianforestexit.asm b/scripts/viridianforestexit.asm new file mode 100755 index 00000000..0d4d4b29 --- /dev/null +++ b/scripts/viridianforestexit.asm @@ -0,0 +1,14 @@ +ViridianForestExitScript: ; 5d587 (17:5587) + jp EnableAutoTextBoxDrawing + +ViridianForestExitTextPointers: ; 5d58a (17:558a) + dw ViridianForestExitText1 + dw ViridianForestExitText2 + +ViridianForestExitText1: ; 5d58e (17:558e) + TX_FAR _ViridianForestExitText1 + db "@" + +ViridianForestExitText2: ; 5d593 (17:5593) + TX_FAR _ViridianForestExitText2 + db "@" |
