summaryrefslogtreecommitdiff
path: root/world/map/npc/004-2
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/004-2')
-rw-r--r--world/map/npc/004-2/_import.txt4
-rw-r--r--world/map/npc/004-2/_mobs.txt2
-rw-r--r--world/map/npc/004-2/_warps.txt4
-rw-r--r--world/map/npc/004-2/mapflags.txt1
-rw-r--r--world/map/npc/004-2/pirate_cave_exit.txt18
5 files changed, 25 insertions, 4 deletions
diff --git a/world/map/npc/004-2/_import.txt b/world/map/npc/004-2/_import.txt
index 3efc4d70..f4d7ac2b 100644
--- a/world/map/npc/004-2/_import.txt
+++ b/world/map/npc/004-2/_import.txt
@@ -1,5 +1,7 @@
-// Map 004-2: Beach House
+// Map 004-2: Buccaneer's Den
// This file is generated automatically. All manually changes will be removed when running the Converter.
map: 004-2.gat
npc: npc/004-2/_mobs.txt
npc: npc/004-2/_warps.txt
+npc: npc/004-2/mapflags.txt
+npc: npc/004-2/pirate_cave_exit.txt
diff --git a/world/map/npc/004-2/_mobs.txt b/world/map/npc/004-2/_mobs.txt
index 46b9e891..36144a55 100644
--- a/world/map/npc/004-2/_mobs.txt
+++ b/world/map/npc/004-2/_mobs.txt
@@ -1,5 +1,5 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Beach House mobs
+// Buccaneer's Den mobs
diff --git a/world/map/npc/004-2/_warps.txt b/world/map/npc/004-2/_warps.txt
index 76eccea3..99d99a88 100644
--- a/world/map/npc/004-2/_warps.txt
+++ b/world/map/npc/004-2/_warps.txt
@@ -1,8 +1,8 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Beach House warps
+// Buccaneer's Den warps
-004-2.gat,39,20|warp|To Room|0,-1,004-2.gat,74,29
004-2.gat,75,30|warp|To Entrance|0,-1,004-2.gat,38,21
+004-2.gat,39,20|warp|To Room|0,-1,004-2.gat,74,29
004-2.gat,21,29|warp|To Outside|-1,-1,004-1.gat,80,32
004-2.gat,62,28|warp|To Basement|-1,-1,004-2.gat,21,61
004-2.gat,20,62|warp|To First Floor|-1,-1,004-2.gat,63,27
diff --git a/world/map/npc/004-2/mapflags.txt b/world/map/npc/004-2/mapflags.txt
new file mode 100644
index 00000000..8424c17f
--- /dev/null
+++ b/world/map/npc/004-2/mapflags.txt
@@ -0,0 +1 @@
+004-2.gat|mapflag|resave|001-1,57,71
diff --git a/world/map/npc/004-2/pirate_cave_exit.txt b/world/map/npc/004-2/pirate_cave_exit.txt
new file mode 100644
index 00000000..42b2a6b5
--- /dev/null
+++ b/world/map/npc/004-2/pirate_cave_exit.txt
@@ -0,0 +1,18 @@
+// The Secret Pirate Cave Entrance
+
+004-2.gat,33,62,0|script|#piratecave1|45,1,1,
+{
+ mes "[Trapdoor]";
+ mes "\"Descend into the caves?\"";
+ next;
+ menu
+ "Yes.", L_PirateCave,
+ "Nevermind", L_Close;
+
+L_PirateCave:
+ warp "004-3",80,23;
+ goto L_Close;
+
+L_Close:
+ close;
+}