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/unknowndungeon2.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/unknowndungeon2.asm')
-rwxr-xr-x | scripts/unknowndungeon2.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/unknowndungeon2.asm b/scripts/unknowndungeon2.asm new file mode 100755 index 00000000..c8249b27 --- /dev/null +++ b/scripts/unknowndungeon2.asm @@ -0,0 +1,7 @@ +UnknownDungeon2Script: ; 45e0b (11:5e0b) + jp EnableAutoTextBoxDrawing + +UnknownDungeon2TextPointers: ; 45e0e (11:5e0e) + dw Predef5CText + dw Predef5CText + dw Predef5CText |