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/route12gate.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/route12gate.asm')
| -rwxr-xr-x | scripts/route12gate.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/route12gate.asm b/scripts/route12gate.asm new file mode 100755 index 00000000..d8f09c92 --- /dev/null +++ b/scripts/route12gate.asm @@ -0,0 +1,9 @@ +Route12GateScript: ; 49504 (12:5504) + jp EnableAutoTextBoxDrawing + +Route12GateTextPointers: ; 49507 (12:5507) + dw Route12GateText1 + +Route12GateText1: ; 49509 (12:5509) + TX_FAR _Route12GateText1 + db "@" |
