blob: 53f3f73d9aec36445e3d972a1ec4313541644891 (
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
#ifndef D_LYT_COMMON_ICON_MAPS_H
#define D_LYT_COMMON_ICON_MAPS_H
// Bugs
#define LYT_CMN_BugDekuHornet (0) // [ 0] tr_bugIcon_00.tpl
#define LYT_CMN_BugBlessedButterfly (1) // [ 1] tr_bugIcon_01.tpl
#define LYT_CMN_BugGerudoDragonfly (2) // [ 2] tr_bugIcon_02.tpl
#define LYT_CMN_BugStarryFirefly (3) // [ 3] tr_bugIcon_03.tpl
#define LYT_CMN_BugWoodlandRhinoBetle (4) // [ 4] tr_bugIcon_04.tpl
#define LYT_CMN_BugVolcanicLadyBug (5) // [ 5] tr_bugIcon_05.tpl
#define LYT_CMN_BugSandCicada (6) // [ 6] tr_bugIcon_06.tpl
#define LYT_CMN_BugSkyStagBeetle (7) // [ 7] tr_bugIcon_07.tpl
#define LYT_CMN_BugFaronGrasshopper (8) // [ 8] tr_bugIcon_08.tpl
#define LYT_CMN_BugSkyloftMantis (9) // [ 9] tr_bugIcon_09.tpl
#define LYT_CMN_BugLanayruAnt (10) // [10] tr_bugIcon_10.tpl
#define LYT_CMN_BugEldinRoller (11) // [11] tr_bugIcon_11.tpl
// Treasure
#define LYT_CMN_HORNET_LARVAE (0) // [ 1] uk_soaHachisu_00.tpl
#define LYT_CMN_BIRD_FEATHER (1) // [ 2] uk_sobHaneA_00.tpl
#define LYT_CMN_TUMBLEWEED (2) // [ 3] uk_socTumble_00.tpl
#define LYT_CMN_LIZALFOS_TAIL (3) // [ 0] tr_sozaiIcon_03.tpl
#define LYT_CMN_ELDIN_ORE (4) // [ 4] uk_soeKoseki_00.tpl
#define LYT_CMN_ANCIENT_FLOWER (5) // [ 5] uk_sofHana_00.tpl
#define LYT_CMN_AMBER_RELIC (6) // [ 6] uk_sogMagatamaA_00.tpl
#define LYT_CMN_DUSK_RELOC (7) // [ 7] uk_sohMagatamaB_00.tpl
#define LYT_CMN_JELLY_BLOB (8) // [ 8] uk_soiPuyo_00.tpl
#define LYT_CMN_MONSTER_CLAW (9) // [ 9] uk_sojClaw_00.tpl
#define LYT_CMN_MONSTER_HORN (10) // [11] uk_solHorn_00.tpl
#define LYT_CMN_ORNAMENTAL_SKULL (11) // [10] uk_sokDokuroA_00.tpl
#define LYT_CMN_EVIL_CRYSTAL (12) // [12] uk_somEvil_00.tpl
#define LYT_CMN_BLUE_BIRD_FEATHER (13) // [13] uk_sonHaneB_00.tpl
#define LYT_CMN_GOLDEN_SKULL (14) // [14] uk_sooDokuroB_00.tpl
#define LYT_CMN_GODDESS_PLUME (15) // [15] uk_sopGoddess_00.tpl
// Items
#define LYT_CMN_ItemBombBag (0) // [ 8] uc_bomb_00.tpl
#define LYT_CMN_ItemBow (1) // [ 9] uc_bowA_00.tpl
#define LYT_CMN_ItemSlingshot (2) // [15] uc_pachinkoA_00.tpl
#define LYT_CMN_ItemBeetle (3) // [ 3] uc_beetleA_00.tpl
#define LYT_CMN_ItemClawshots (4) // [12] uc_hookShot_00.tpl
#define LYT_CMN_ItemBugnet (5) // [13] uc_netA_00.tpl
#define LYT_CMN_ItemWhip (6) // [ 2] tr_whip_00.tpl
#define LYT_CMN_ItemGustBellows (7) // [ 1] tr_vacuumIcon_00.tpl
#define LYT_CMN_ItemHookBeetle (8) // [ 4] uc_beetleB_00.tpl
#define LYT_CMN_ItemQuickBeetle (9) // [ 5] uc_beetleC_00.tpl
#define LYT_CMN_ItemToughBeetle (10) // [ 6] uc_beetleD_00.tpl
#define LYT_CMN_ItemIronBow (11) // [10] uc_bowB_00.tpl
#define LYT_CMN_ItemSacredBow (12) // [11] uc_bowC_00.tpl
#define LYT_CMN_ItemScattershot (13) // [16] uc_pachinkoB_00.tpl
#define LYT_CMN_ItemSailcloth (14) // [17] uc_stoleIcon_00.tpl
#define LYT_CMN_ItemBigBugnet (15) // [14] uc_netB_00.tpl
#define LYT_CMN_ItemBoatCannon (16) // [ 7] uc_boatCannon_00.tpl
#define LYT_CMN_ItemHarp (17) // [ 0] tr_tategoto_00.tpl
#define LYT_CMN_ItemInvalid (18) // -------------------------
// Pouch Items
#define LYT_CMN_PouchPotionHealth (0) // [12] uc_bottleKusuriA_00.tpl
#define LYT_CMN_PouchBottle (1) // [ 5] uc_bottleEmpty_00.tpl
#define LYT_CMN_PouchShieldWoodA (2) // [39] uc_shieldWoodA_00.tpl
#define LYT_CMN_PouchShieldIronA (3) // [36] uc_shieldIronA_00.tpl
#define LYT_CMN_PouchShieldHolyA (4) // [32] uc_shieldHolyA_00.tpl
#define LYT_CMN_PouchShieldHylian (5) // [35] uc_shieldHylia_00.tpl
#define LYT_CMN_PouchPotionAir (6) // [ 3] uc_bottleAirA_00.tpl
#define LYT_CMN_PouchPotionStamina (7) // [ 7] uc_bottleGutsA_00.tpl
#define LYT_CMN_PouchPotionHealthPlus (8) // [13] uc_bottleKusuriB_00.tpl
#define LYT_CMN_PouchPotionHealthPlusPlusFull (9) // [14] uc_bottleKusuriC_00.tpl
#define LYT_CMN_PouchPotionAirPlus (10) // [ 4] uc_bottleAirB_00.tpl
#define LYT_CMN_PouchPotionStaminaPlus (11) // [ 8] uc_bottleGutsB_00.tpl
#define LYT_CMN_PouchBlank4 (12) // [ 0] tr_black4_00.tpl
#define LYT_CMN_PouchPotionGuardian (13) // [16] uc_bottleMutekiA_00.tpl
#define LYT_CMN_PouchPotionGuardianPlus (14) // [17] uc_bottleMutekiB_00.tpl
#define LYT_CMN_PouchShieldWoodB (15) // [40] uc_shieldWoodB_00.tpl
#define LYT_CMN_PouchShieldWoodC (16) // [41] uc_shieldWoodC_00.tpl
#define LYT_CMN_PouchShieldIronB (17) // [37] uc_shieldIronB_00.tpl
#define LYT_CMN_PouchShieldIronC (18) // [38] uc_shieldIronC_00.tpl
#define LYT_CMN_PouchShieldHolyB (19) // [33] uc_shieldHolyB_00.tpl
#define LYT_CMN_PouchShieldHolyC (20) // [34] uc_shieldHolyC_00.tpl
#define LYT_CMN_PouchSeedSatchelSmall (21) // [48] uc_spareSeedA_00.tpl
#define LYT_CMN_PouchSeedSatchelMed (22) // [49] uc_spareSeedB_00.tpl
#define LYT_CMN_PouchSeedSatchelBig (23) // [50] uc_spareSeedC_00.tpl
#define LYT_CMN_PouchQuiverSmall (24) // [45] uc_spareQuiverA_00.tpl
#define LYT_CMN_PouchQuiverMed (25) // [46] uc_spareQuiverB_00.tpl
#define LYT_CMN_PouchQuiverBig (26) // [47] uc_spareQuiverC_00.tpl
#define LYT_CMN_PouchBombBagSmall (27) // [42] uc_spareBombBagA_00.tpl
#define LYT_CMN_PouchBombBagMed (28) // [43] uc_spareBombBagB_00.tpl
#define LYT_CMN_PouchBombBagBig (29) // [44] uc_spareBombBagC_00.tpl
#define LYT_CMN_PouchGlitteringSpores (30) // [11] uc_bottleKinokoB_00.tpl
#define LYT_CMN_PouchHolyWater (31) // [ 9] uc_bottleHoly_00.tpl
#define LYT_CMN_Pouch32 (32) // [ 1] tr_rupyCrystal_02.tpl // Assuming Unused
#define LYT_CMN_Pouch33 (33) // [ 1] tr_rupyCrystal_02.tpl
#define LYT_CMN_Pouch34 (34) // [ 2] tr_rupyCrystal_03.tpl
#define LYT_CMN_PouchMedalDurable (35) // [26] uc_medalDurable_00.tpl
#define LYT_CMN_PouchMedalHeart (36) // [27] uc_medalHeart_00.tpl
#define LYT_CMN_PouchMedalLife (37) // [29] uc_medalLife_00.tpl
#define LYT_CMN_PouchMedalRupee (38) // [30] uc_medalLucky_00.tpl
#define LYT_CMN_PouchMedalTreasure (39) // [31] uc_medalReturn_00.tpl
#define LYT_CMN_PouchMedalCursed (40) // [25] uc_medalDemon_00.tpl
#define LYT_CMN_PouchPotionRepair (41) // [20] uc_bottleRepairA_00.tpl
#define LYT_CMN_PouchPotionRepairPlus (42) // [21] uc_bottleRepairB_00.tpl
#define LYT_CMN_PouchPotionRepairPlusPlusFull (43) // [23] uc_bottleRepairC_01.tpl
#define LYT_CMN_PouchFairyBottle (44) // [ 6] uc_bottleFairy_00.tpl
#define LYT_CMN_PouchWater (45) // [24] uc_bottleWater_00.tpl
#define LYT_CMN_PouchPumpkinSoup (46) // [20] uc_bottlePumpkinA_00.tpl
#define LYT_CMN_PouchPumpkinSoupCold (47) // [21] uc_bottlePumpkinB_00.tpl
#define LYT_CMN_PouchMushroomSpores (48) // [10] uc_bottleKinokoA_00.tpl
#define LYT_CMN_PouchMedalBug (49) // [28] uc_medalHunter_00.tpl
#define LYT_CMN_PouchPotionHealthPlusPlusHalf (50) // [15] uc_bottleKusuriC_01.tpl
#define LYT_CMN_PouchPotionRepairPlusPlusHalf (51) // [22] uc_bottleRepairC_00.tpl
// Dowsing Icons
#define LYT_CMN_DowsingNone (0) // [ 1] tr_dauzTarget_00.tpl
#define LYT_CMN_DowsingHeart (1) // [ 2] tr_dauzTarget_01.tpl
#define LYT_CMN_Dowsing2 (2) // [ 3] tr_dauzTarget_02.tpl
#define LYT_CMN_DowsingGratitudeCrystal (3) // [21] uk_dawGenki_00.tpl
#define LYT_CMN_DowsingRupee (4) // [ 4] tr_dauzTarget_04.tpl
#define LYT_CMN_DowsingHolyWater (5) // [20] uc_bottleHoly_00.tpl
#define LYT_CMN_DowsingTreasure (6) // [ 5] tr_dauzTarget_06.tpl
#define LYT_CMN_DowsingPowerGenerators (7) // [ 6] tr_dauzTarget_07.tpl
#define LYT_CMN_DowsingKikwi (8) // [ 7] tr_dauzTarget_08.tpl
#define LYT_CMN_DowsingLook (9) // [ 0] tr_cameraMark_00.tpl
#define LYT_CMN_DowsingWindmillPropeller (10) // [ 8] tr_dauzTarget_10.tpl
#define LYT_CMN_DowsingEarthTempleKey (11) // [18] ts_keyKakera_00.tpl
#define LYT_CMN_DowsingPumpkinPatchPlower (12) // [16] ts_dauzPump_00.tpl
#define LYT_CMN_DowsingPartyWheel (13) // [ 9] tr_dauzTarget_13.tpl
#define LYT_CMN_DowsingWaterBasin (14) // [19] ts_waterPot_00.tpl
#define LYT_CMN_DowsingCrystalBall (15) // [10] tr_dauzTarget_15.tpl
#define LYT_CMN_DowsingGoddessCube (16) // [17] ts_GdsCube_00.tpl
#define LYT_CMN_DowsingTadtones (17) // [11] tr_dauzTarget_17.tpl
#define LYT_CMN_DowsingSandship (18) // [12] tr_dauzTarget_18.tpl
#define LYT_CMN_DowsingZelda (19) // [13] tr_dauzTarget_19.tpl
#define LYT_CMN_DowsingTrialGate (20) // [14] tr_dauzTarget_20.tpl
#define LYT_CMN_DowsingNewPlantSpecies (21) // [15] tr_dauzTarget_21.tpl
#define LYT_CMN_DowsingInvalid (22) // -------------------------
#endif
|