summaryrefslogtreecommitdiff
path: root/src/data/region_map/city_map_entries.h
blob: 7b8361a7c902dca5df6a9f4d259759b24019460f (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
const struct CityMapEntry gPokenavCityMaps[] = 
{
    {
        .mapSecId = 0,
        .index = 0,
        .tilemap = gPokenavCityMap_Littleroot_0,
    },
    {
        .mapSecId = 1,
        .index = 0,
        .tilemap = gPokenavCityMap_Oldale_0,
    },
    {
        .mapSecId = 2,
        .index = 0,
        .tilemap = gPokenavCityMap_Dewford_0,
    },
    {
        .mapSecId = 3,
        .index = 0,
        .tilemap = gPokenavCityMap_Lavarige_0,
    },
    {
        .mapSecId = 4,
        .index = 0,
        .tilemap = gPokenavCityMap_Fallarbor_0,
    },
    {
        .mapSecId = 5,
        .index = 0,
        .tilemap = gPokenavCityMap_Verdanturf_0,
    },
    {
        .mapSecId = 6,
        .index = 0,
        .tilemap = gPokenavCityMap_Pacifidlog_0,
    },
    {
        .mapSecId = 7,
        .index = 0,
        .tilemap = gPokenavCityMap_Petalburg_0,
    },
    {
        .mapSecId = 8,
        .index = 0,
        .tilemap = gPokenavCityMap_Slateport_0,
    },
    {
        .mapSecId = 8,
        .index = 1,
        .tilemap = gPokenavCityMap_Slateport_1,
    },
    {
        .mapSecId = 9,
        .index = 0,
        .tilemap = gPokenavCityMap_Mauville_0,
    },
    {
        .mapSecId = 9,
        .index = 1,
        .tilemap = gPokenavCityMap_Mauville_1,
    },
    {
        .mapSecId = 10,
        .index = 0,
        .tilemap = gPokenavCityMap_Rustboro_0,
    },
    {
        .mapSecId = 10,
        .index = 1,
        .tilemap = gPokenavCityMap_Rustboro_1,
    },
    {
        .mapSecId = 11,
        .index = 0,
        .tilemap = gPokenavCityMap_Fortree_0,
    },
    {
        .mapSecId = 12,
        .index = 0,
        .tilemap = gPokenavCityMap_Lilycove_0,
    },
    {
        .mapSecId = 12,
        .index = 1,
        .tilemap = gPokenavCityMap_Lilycove_1,
    },
    {
        .mapSecId = 13,
        .index = 0,
        .tilemap = gPokenavCityMap_Mossdeep_0,
    },
    {
        .mapSecId = 13,
        .index = 1,
        .tilemap = gPokenavCityMap_Mossdeep_1,
    },
    {
        .mapSecId = 14,
        .index = 0,
        .tilemap = gPokenavCityMap_Sootopolis_0,
    },
    {
        .mapSecId = 15,
        .index = 0,
        .tilemap = gPokenavCityMap_EverGrande_0,
    },
    {
        .mapSecId = 15,
        .index = 1,
        .tilemap = gPokenavCityMap_EverGrande_1,
    },
};