-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfinal.txt
More file actions
57 lines (56 loc) · 1.03 KB
/
final.txt
File metadata and controls
57 lines (56 loc) · 1.03 KB
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
57
const char *enemies_list[NUM_ENEMIES] = {
"Chimera",
"Demonhead",
"Dragon",
"Gargoyle",
"Ghost",
"Goblin",
"Nuel",
"Salamander",
"Wyvern",
"Panel Monster",
"Earth Mage",
"Spark Ball",
"Flame",
"Devil's emblem",
"Slime green",
"Slime orange",
"Slime purple",
"Kameera Mirror",
};
const char *items_list[NUM_ITEMS] = {
"Bag 10K",
"Bag 20K",
"Bag 100",
"Bag 200",
"Bag 500",
"Bag 1000",
"Bag 2000",
"Bag 5000",
"Bell",
"Coin 20K",
"Coin 1000",
"Coin 2000",
"Coin 10000",
"Destruction Potion",
"Hourglass",
"Jewel 5k",
"Jewel 50k",
"Jewel 100",
"Jewel 200",
"Jewel 500",
"Jewel change",
"Jewel extend 1",
"Jewel extend 2",
"Potion fire",
"Potion fire super",
"Potion fire growth",
"Potion life",
"Potion time 1",
"Potion time 2",
"Scroll",
"Solomon seal",
"Sphinx",
"Paper crane",
"Solomon key",
};