summaryrefslogtreecommitdiff
path: root/scripts/route16gateupstairs.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-01 15:06:23 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-01 23:33:10 -0500
commitc7796024590fec48ac79756793c1a6e3b54daf8f (patch)
tree0d61caa7ebe429995a61e800d1d78c3a82aec886 /scripts/route16gateupstairs.asm
parent90430e6dee9e207dc0b618d07566f83617343f60 (diff)
Rename map files, labels, and constants to be consistent and work with Polished Map
Diffstat (limited to 'scripts/route16gateupstairs.asm')
-rwxr-xr-xscripts/route16gateupstairs.asm46
1 files changed, 0 insertions, 46 deletions
diff --git a/scripts/route16gateupstairs.asm b/scripts/route16gateupstairs.asm
deleted file mode 100755
index 664976a2..00000000
--- a/scripts/route16gateupstairs.asm
+++ /dev/null
@@ -1,46 +0,0 @@
-Route16GateUpstairsScript:
- jp DisableAutoTextBoxDrawing
-
-Route16GateUpstairsTextPointers:
- dw Route16GateUpstairsText1
- dw Route16GateUpstairsText2
- dw Route16GateUpstairsText3
- dw Route16GateUpstairsText4
-
-Route16GateUpstairsText1:
- TX_ASM
- ld hl, Route16GateUpstairsText_49820
- call PrintText
- jp TextScriptEnd
-
-Route16GateUpstairsText_49820:
- TX_FAR _Route16GateUpstairsText_49820
- db "@"
-
-Route16GateUpstairsText2:
- TX_ASM
- ld hl, Route16GateUpstairsText_4982f
- call PrintText
- jp TextScriptEnd
-
-Route16GateUpstairsText_4982f:
- TX_FAR _Route16GateUpstairsText_4982f
- db "@"
-
-Route16GateUpstairsText3:
- TX_ASM
- ld hl, Route16GateUpstairsText_4983b
- jp GateUpstairsScript_PrintIfFacingUp
-
-Route16GateUpstairsText_4983b:
- TX_FAR _Route16GateUpstairsText_4983b
- db "@"
-
-Route16GateUpstairsText4:
- TX_ASM
- ld hl, Route16GateUpstairsText_49847
- jp GateUpstairsScript_PrintIfFacingUp
-
-Route16GateUpstairsText_49847:
- TX_FAR _Route16GateUpstairsText_49847
- db "@"