summaryrefslogtreecommitdiff
path: root/npc/002-1/_savepoints.txt
blob: f7c5ae4f38de371b5e00a74bf7424b0c2080c9a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 002-1: Second Deck saves
002-1,40,37,0	script	#save_002-1_40_37	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}
002-1,46,37,0	script	#save_002-1_46_37	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}
002-1,55,40,0	script	#save_002-1_55_40	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}
002-1,46,25,0	script	#save_002-1_46_25	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}
002-1,40,25,0	script	#save_002-1_40_25	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}
002-1,40,27,0	script	#save_002-1_40_27	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}