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/lab1.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/lab1.asm')
-rwxr-xr-x | scripts/lab1.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/scripts/lab1.asm b/scripts/lab1.asm new file mode 100755 index 00000000..a4ec9b41 --- /dev/null +++ b/scripts/lab1.asm @@ -0,0 +1,30 @@ +Lab1Script: ; 75b8c (1d:5b8c) + call EnableAutoTextBoxDrawing + ret + +Lab1TextPointers: ; 75b90 (1d:5b90) + dw Lab1Text1 + dw Lab1Text2 + dw Lab1Text3 + dw Lab1Text4 + dw Lab1Text5 + +Lab1Text1: ; 75b9a (1d:5b9a) + TX_FAR _Lab1Text1 + db "@" + +Lab1Text2: ; 75b9f (1d:5b9f) + TX_FAR _Lab1Text2 + db "@" + +Lab1Text3: ; 75ba4 (1d:5ba4) + TX_FAR _Lab1Text3 + db "@" + +Lab1Text4: ; 75ba9 (1d:5ba9) + TX_FAR _Lab1Text4 + db "@" + +Lab1Text5: ; 75bae (1d:5bae) + TX_FAR _Lab1Text5 + db "@" |