mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 12:22:16 -05:00
add USUM TotemSticker resource
NPC said there are 100 stickers, so I missed 5, still finding.
This commit is contained in:
parent
e6c68a8fc9
commit
8b1c76ea06
|
|
@ -190,6 +190,109 @@ private void B_GiveAll_Click(object sender, EventArgs e)
|
|||
"Aether Foundation 1F - Entrance (Night)",
|
||||
"Aether Foundation 1F - Main Building",
|
||||
};
|
||||
private readonly string[] locationsUSUM =
|
||||
{
|
||||
"Hau'oli City(Shopping) Salon Outside",
|
||||
"Hau'oli City(Shopping) MalasadaShop Outside",
|
||||
"Hau'oli City(Shopping) Ilima's House 2F",
|
||||
"Malie City Library 1F",
|
||||
"Hau'oli City(Marina) Outside",
|
||||
"Route 2 SouthEast House",
|
||||
"Hau'oli City(Shopping) Ilima's House Outside",
|
||||
"Hau'oli City(Shopping) CityHall",
|
||||
"Heahea City Hotel 3F",
|
||||
"Route 2 BerryField House",
|
||||
"Route 2 BerryField House Outside",
|
||||
"Royal Avenue NorthEast",
|
||||
"Hau'oli City(Shopping) PokemonCenter Outside",
|
||||
"Royal Avenue South",
|
||||
"Hokulani Observatory Room",
|
||||
"Hokulani Observatory InfoDesk",
|
||||
"Hau'oli City(Shopping) CityHall Outside",
|
||||
"Konikoni City Olivia's JewelryShop 2F",
|
||||
"Heahea City Surfboard Outside",
|
||||
"Po Town SouthWest",
|
||||
"*** researching No.21 ***",
|
||||
"Hau'oli City(Shopping) NorthWest of PoliceStation",
|
||||
"Hau'oli City(Marina) FerryTerminal Outside",
|
||||
"Route 2 SouthEast House Outside",
|
||||
"Route 2 PokemonCenter Outside",
|
||||
"Heahea City West",
|
||||
"Heahea City Hotel Outside(West)",
|
||||
"Heahea City Hotel Outside(East)",
|
||||
"Heahea City ResearchLab Outside(East)",
|
||||
"Heahea City ResearchLab Outside(South)",
|
||||
"Heahea City GameFreak",
|
||||
"Hokulani Observatory DeadEnd",
|
||||
"Heahea City GameFreak Building 3F",
|
||||
"Heahea City ResearchLab",
|
||||
"Heahea City Hotel 1F",
|
||||
"Royal Dome 2F",
|
||||
"Paniola Town West",
|
||||
"Paniola Town Kiawe's House 1F",
|
||||
"Paniola Town Kiawe's House 2F",
|
||||
"Paniola Ranch NorthWest",
|
||||
"Paniola Ranch SouthEast",
|
||||
"Hano Beach",
|
||||
"Hano Resort South",
|
||||
"Hano Resort Lobby",
|
||||
"Konikoni City Lighthouse(Diglett's Tunnel)",
|
||||
"Royal Dome 1F",
|
||||
"Route 8 AetherBase Outside",
|
||||
"Route 8 FossilRestorationCenter Outside",
|
||||
"Konikoni City West",
|
||||
"Konikoni City Restaurant 1F",
|
||||
"Iki Town SouthWest",
|
||||
"Hau'oli City(Shopping) Ilima's House SwimPool",
|
||||
"*** researching No.53",
|
||||
"Route 5 South of PokemonCenter",
|
||||
"*** researching No.55",
|
||||
"Malie City(Outer) RecyclePlant Outside",
|
||||
"Malie City FerryTerminal Outside",
|
||||
"Malie City ApparelShop Outside",
|
||||
"Malie City Salon Outside",
|
||||
"Route 16 AetherBase Outside",
|
||||
"Mt.Blush PowerPlant Outside",
|
||||
"Malie City Library 2F",
|
||||
"Malie Garden NorthEast",
|
||||
"Malie City CommunityCenter",
|
||||
"Hokulani Observatory Outside",
|
||||
"Mt.Hokulani",
|
||||
"Mt.Blush PowerPlant",
|
||||
"Route 13",
|
||||
"Route 14 Front of Megamart(Abandoned)",
|
||||
"Route 14 North",
|
||||
"Route 15 islet Surfboard Outside",
|
||||
"Route 17 PoliceStation Outside",
|
||||
"Route 17 PoliceStation",
|
||||
"Po Town PokemonCenter Outside",
|
||||
"*** researching No.75",
|
||||
"Po Town ShadyHouse Outside(East)",
|
||||
"Po Town PokemonCenter",
|
||||
"Po Town ShadyHouse 1F",
|
||||
"Route 13 Motel Outside",
|
||||
"Po Town ShadyHouse 2F Outside",
|
||||
"Route 17 South of PoTown",
|
||||
"Ula'ula Meadow",
|
||||
"Po Town ShadyHouse Outside(West)x3",
|
||||
"Po Town ShadyHouse Outside(West)x3",
|
||||
"Po Town ShadyHouse Outside(West)x3",
|
||||
"Seafolk Village SouthEast Wiscash(Mina's Ship) Outside",
|
||||
"Seafolk Village SouthWest Huntail",
|
||||
"Seafolk Village SouthWest Huntail Outside",
|
||||
"Seafolk Village SouthEast Wiscash(Mina's Ship)",
|
||||
"Seafolk Village West Wailord(Restaurant)",
|
||||
"Seafolk Village East Gyarados",
|
||||
"Poni Wilds SouthEast",
|
||||
"Ancient Poni Path Hapu's House(Kitchen)",
|
||||
"Seafolk Village NorthEast",
|
||||
"Ancient Poni Path Hapu's House(Bedroom)",
|
||||
"Ancient Poni Path SouthWest",
|
||||
"Ancient Poni Path Hapu's House Courtyard",
|
||||
"Ancient Poni Path Hapu's House Outside behind Well",
|
||||
"Ancient Poni Path NorthEast",
|
||||
"*** researching No.100",
|
||||
};
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user