forked from Rangi42/polishedcrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmart_constants.asm
58 lines (57 loc) · 1.31 KB
/
mart_constants.asm
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
58
; mart types (see engine/items/mart.asm)
const_def
const MARTTYPE_STANDARD
const MARTTYPE_BITTER
const MARTTYPE_BARGAIN
const MARTTYPE_PHARMACY
const MARTTYPE_ROOFTOP
const MARTTYPE_SILPH
const MARTTYPE_ADVENTURER
const MARTTYPE_INFORMAL
const MARTTYPE_BAZAAR
const MARTTYPE_TM
const MARTTYPE_BLUECARD
const MARTTYPE_BP
; Marts indexes (see data/items/marts.asm)
const_def
const MART_CHERRYGROVE
const MART_CHERRYGROVE_DEX
const MART_VIOLET
const MART_AZALEA
const MART_GOLDENROD_2F_1
const MART_GOLDENROD_2F_2
const MART_GOLDENROD_2F_2_EEVEE
const MART_GOLDENROD_3F
const MART_GOLDENROD_4F
const MART_GOLDENROD_5F_TM
const MART_GOLDENROD_HARBOR
const MART_UNDERGROUND
const MART_ECRUTEAK
const MART_OLIVINE
const MART_CIANWOOD
const MART_YELLOW_FOREST
const MART_MAHOGANY_1
const MART_MAHOGANY_2
const MART_BLACKTHORN
const MART_INDIGO_PLATEAU
const MART_VIRIDIAN
const MART_PEWTER
const MART_MT_MOON
const MART_CERULEAN
const MART_LAVENDER
const MART_VERMILION
const MART_CELADON_2F_1
const MART_CELADON_2F_2
const MART_CELADON_3F_TM
const MART_CELADON_4F
const MART_CELADON_5F_1
const MART_CELADON_5F_2
const MART_SAFFRON
const MART_SILPH_CO
const MART_FUCHSIA
const MART_SHAMOUTI_1
const MART_SHAMOUTI_2
const MART_BT_1
const MART_BT_2
const MART_BT_3
NUM_MARTS EQU const_value