summaryrefslogtreecommitdiff
path: root/npc/015-3/_warps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3/_warps.txt')
-rw-r--r--npc/015-3/_warps.txt24
1 files changed, 20 insertions, 4 deletions
diff --git a/npc/015-3/_warps.txt b/npc/015-3/_warps.txt
index b703631e6..4373993db 100644
--- a/npc/015-3/_warps.txt
+++ b/npc/015-3/_warps.txt
@@ -1,7 +1,23 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 015-3: Butterfly Caves warps
-015-3,152,162,0 warp #015-3_152_162 0,0,015-3,123,38
-015-3,171,161,0 warp #015-3_171_161 0,0,015-3,147,39
+015-3,152,162,0 script #015-3_152_162 NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ slide 123,38; end;
+}
+015-3,171,161,0 script #015-3_171_161 NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ slide 147,39; end;
+}
015-3,172,196,0 warp #015-3_172_196 0,0,014-3,120,122
-015-3,123,39,0 warp #015-3_123_39 0,0,015-3,152,163
-015-3,147,40,0 warp #015-3_147_40 0,0,015-3,171,162
+015-3,123,39,0 script #015-3_123_39 NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ slide 152,163; end;
+}
+015-3,147,40,0 script #015-3_147_40 NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ slide 171,162; end;
+}