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/route16gateupstairs.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/route16gateupstairs.asm')
-rwxr-xr-x | scripts/route16gateupstairs.asm | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/scripts/route16gateupstairs.asm b/scripts/route16gateupstairs.asm new file mode 100755 index 00000000..c9996dcd --- /dev/null +++ b/scripts/route16gateupstairs.asm @@ -0,0 +1,46 @@ +Route16GateUpstairsScript: ; 4980b (12:580b) + jp DisableAutoTextBoxDrawing + +Route16GateUpstairsTextPointers: ; 4980e (12:580e) + dw Route16GateUpstairsText1 + dw Route16GateUpstairsText2 + dw Route16GateUpstairsText3 + dw Route16GateUpstairsText4 + +Route16GateUpstairsText1: ; 49816 (12:5816) + db $08 ; asm + ld hl, Route16GateUpstairsText_49820 + call PrintText + jp TextScriptEnd + +Route16GateUpstairsText_49820: ; 49820 (12:5820) + TX_FAR _Route16GateUpstairsText_49820 + db "@" + +Route16GateUpstairsText2: ; 49825 (12:5825) + db $08 ; asm + ld hl, Route16GateUpstairsText_4982f + call PrintText + jp TextScriptEnd + +Route16GateUpstairsText_4982f: ; 4982f (12:582f) + TX_FAR _Route16GateUpstairsText_4982f + db "@" + +Route16GateUpstairsText3: ; 49834 (12:5834) + db $8 + ld hl, Route16GateUpstairsText_4983b + jp Route12GateUpstairsScript_495c9 + +Route16GateUpstairsText_4983b: ; 4983b (12:583b) + TX_FAR _Route16GateUpstairsText_4983b + db "@" + +Route16GateUpstairsText4: ; 49840 (12:5840) + db $8 + ld hl, Route16GateUpstairsText_49847 ; $5847 + jp Route12GateUpstairsScript_495c9 + +Route16GateUpstairsText_49847: ; 49847 (12:5847) + TX_FAR _Route16GateUpstairsText_49847 + db "@" |