mirror of
https://github.com/zeldaret/ph
synced 2026-06-05 11:17:52 -04:00
Merge pull request #4 from mike8699/add-item-ids
Add additional item IDs
This commit is contained in:
+56
-2
@@ -56,10 +56,18 @@ enum ItemId_ {
|
||||
ItemId_BombBag = 7,
|
||||
ItemId_Bow = 8,
|
||||
ItemId_BigGreenRupee = 9,
|
||||
ItemId_HeartContainer = 10,
|
||||
|
||||
ItemId_Boomerang = 12,
|
||||
ItemId_Scoop = 13,
|
||||
ItemId_BombchuBag = 14,
|
||||
ItemId_BossKey = 15,
|
||||
|
||||
ItemId_PhantomHourglass = 18,
|
||||
ItemId_SWSeaChart = 19,
|
||||
ItemId_NWSeaChart = 20,
|
||||
ItemId_SESeaChart = 21,
|
||||
ItemId_NESeaChart = 22,
|
||||
|
||||
ItemId_BlueRupee = 24,
|
||||
ItemId_RedRupee = 25,
|
||||
@@ -68,19 +76,65 @@ enum ItemId_ {
|
||||
|
||||
ItemId_Hammer = 31,
|
||||
ItemId_Rope = 32,
|
||||
ItemId_SquareCrystal = 33,
|
||||
ItemId_RoundCrystal = 34,
|
||||
ItemId_TriangleCrystal = 35,
|
||||
ItemId_FishingRod = 36,
|
||||
ItemId_Cannon = 37,
|
||||
ItemId_SunKey = 38,
|
||||
|
||||
ItemId_Quiver = 40,
|
||||
ItemId_BigBombBag = 41,
|
||||
ItemId_BigBombchuBag = 42,
|
||||
|
||||
ItemId_KingsKey = 44,
|
||||
ItemId_PowerGem = 45,
|
||||
ItemId_WisdomGem = 46,
|
||||
ItemId_CourageGem = 47,
|
||||
ItemId_PinkCoral = 48,
|
||||
ItemId_WhitePearlLoop = 49,
|
||||
ItemId_DarkPearlLoop = 50,
|
||||
ItemId_ZoraScale = 51,
|
||||
ItemId_GoronAmber = 52,
|
||||
ItemId_RutoCrown = 53,
|
||||
ItemId_HelmarocPlume = 54,
|
||||
ItemId_RegalRing = 55,
|
||||
ItemId_GhostKey = 56,
|
||||
ItemId_FreebieCard = 57,
|
||||
ItemId_ComplimentCard = 58,
|
||||
ItemId_ComplimentaryCard = 59,
|
||||
ItemId_RegalNecklace = 60,
|
||||
ItemId_SalvageArm = 61,
|
||||
ItemId_HerosNewClothes = 62,
|
||||
ItemId_Kaleidoscope = 63,
|
||||
ItemId_GuardNotebook = 64,
|
||||
ItemId_JolenesLetter = 65,
|
||||
ItemId_PrizePostcard = 66,
|
||||
ItemId_WoodHeart = 67,
|
||||
ItemId_PhantomSwordBlade = 68,
|
||||
ItemId_PhantomSword = 69,
|
||||
|
||||
ItemId_SpiritOfPowerUpgradeLvl1 = 107,
|
||||
ItemId_SpiritOfWisdomUpgradeLvl1 = 108,
|
||||
ItemId_SpiritOfCourageUpgradeLvl1 = 109,
|
||||
ItemId_SpiritOfPowerUpgradeLvl2 = 110,
|
||||
ItemId_SpiritOfWisdomUpgradeLvl2 = 111,
|
||||
ItemId_SpiritOfCourageUpgradeLvl2 = 112,
|
||||
ItemId_SwordsmanScroll = 113,
|
||||
ItemId_Crimsonine = 114,
|
||||
ItemId_Azurine = 115,
|
||||
ItemId_Aquanine = 116,
|
||||
ItemId_RedPotion = 117,
|
||||
|
||||
ItemId_PurplePotion = 118,
|
||||
ItemId_YellowPotion = 119,
|
||||
ItemId_SandOfHours = 120,
|
||||
ItemId_GoldenChimney = 121,
|
||||
ItemId_GoldenHandrail = 122,
|
||||
ItemId_GoldenCannon = 123,
|
||||
ItemId_GoldenHull = 124,
|
||||
|
||||
ItemId_Rupoor = 129,
|
||||
ItemId_CycloneSlate = 127,
|
||||
|
||||
ItemId_Rupoor10 = 129,
|
||||
ItemId_Rupoor50 = 130,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user