From e7ed1047703ea1eca35d0821e3491a66d79f24a6 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 12 Oct 2016 12:01:49 -0500 Subject: Add auto-gen files in --- npc/000-2-1/_savepoints.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 npc/000-2-1/_savepoints.txt (limited to 'npc/000-2-1/_savepoints.txt') diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt new file mode 100644 index 00000000..14b79c7e --- /dev/null +++ b/npc/000-2-1/_savepoints.txt @@ -0,0 +1,38 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 000-2-1: Second Deck saves +000-2-1,40,37,0 script #save_000-2-1_40_37 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +000-2-1,46,37,0 script #save_000-2-1_46_37 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +000-2-1,50,38,0 script #save_000-2-1_50_38 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +000-2-1,55,40,0 script #save_000-2-1_55_40 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} -- cgit v1.2.3-70-g09d2