Difference between revisions of "Pikmin 2 identifiers"
Grassdigger (talk | contribs) (→Enemies and other objects: Clarified that 0x52 is the base object for Candypop Buds and 0x64 is the base object for Ranging/Toady Bloyster) |
m (Added Challenge Mode caves to the list) |
||
Line 677: | Line 677: | ||
|- | |- | ||
| Wistful Wild || <code>last_3</code> || Dream Den | | Wistful Wild || <code>last_3</code> || Dream Den | ||
+ | |} | ||
+ | |||
+ | ==Challenge Caves == | ||
+ | {| class="wikitable sortable" | ||
+ | ! Name || Config file || Cave ID | ||
+ | |- | ||
+ | | Explorer's Cave || <code>ch_ABEM_tutorial.txt</code> || <code>c_00</code> | ||
+ | |- | ||
+ | | Novice Training || <code>ch_NARI_07whitepurple.txt</code>|| <code>c_20</code> | ||
+ | |- | ||
+ | | Lost Toy Box || <code>ch_NARI_03toy.txt</code>|| <code>c_05</code> | ||
+ | |- | ||
+ | | Creator's Garden || <code>ch_NARI_01kusachi.txt</code>|| <code>c_03</code> | ||
+ | |- | ||
+ | | Green Hole || <code>ch_ABEM_LeafChappy.txt</code>|| <code>c_17</code> | ||
+ | |- | ||
+ | | Hot House || <code>ch_NARI_05start3easy.txt</code>|| <code>c_15</code> | ||
+ | |- | ||
+ | | Brawny Abyss || <code>ch_MUKI_metal.txt</code>|| <code>c_01</code> | ||
+ | |- | ||
+ | | Red Chasm || <code>ch_MAT_limited_time.txt</code>|| <code>c_11</code> | ||
+ | |- | ||
+ | | Trampled Garden || <code>ch_MAT_t_hunter_hana.txt</code>|| <code>c_14</code> | ||
+ | |- | ||
+ | | Twilight Garden || <code>ch_MUKI_damagumo.txt</code>|| <code>c_06</code> | ||
+ | |- | ||
+ | | Cryptic Cavern || <code>ch_MAT_t_hunter_enemy.txt</code>|| <code>c_10</code> | ||
+ | |- | ||
+ | | Concrete Maze || <code>ch_MAT_conc_cave.txt</code>|| <code>c_02</code> | ||
+ | |- | ||
+ | | Collector's Room || <code>ch_NARI_04series.txt</code>|| <code>c_12</code> | ||
+ | |- | ||
+ | | Dweevil Nest || <code>ch_MAT_t_hunter_otakara.txt</code>|| <code>c_23</code> | ||
+ | |- | ||
+ | | Cavernous Abyss || <code>ch_MUKI_bigfoot.txt</code>|| <code>c_07</code> | ||
+ | |- | ||
+ | | Snack Pit || <code>ch_MIYA_oopan.txt</code>|| <code>c_21</code> | ||
+ | |- | ||
+ | | Three Color Training || <code>ch_MAT_yellow_purple_white.txt</code>|| <code>c_19</code> | ||
+ | |- | ||
+ | | Hazard Training || <code>ch_MUKI_redblue.txt</code>|| <code>c_18</code> | ||
+ | |- | ||
+ | | Cave of Snarls || <code>ch_NARI_08tobasare.txt</code>|| <code>c_24</code> | ||
+ | |- | ||
+ | | The Giant's Bath || <code>ch_NARI_02tile.txt</code>|| <code>c_04</code> | ||
+ | |- | ||
+ | | Rumbling Grotto || <code>ch_MAT_crawler.txt</code>|| <code>c_29</code> | ||
+ | |- | ||
+ | | Subterranean Lair || <code>ch_MAT_route_rover.txt</code>|| <code>c_27</code> | ||
+ | |- | ||
+ | | Hidden Garden || <code>ch_MUKI_enemyzero.txt</code>|| <code>c_13</code> | ||
+ | |- | ||
+ | | Abduction Den || <code>ch_NARI_09suikomi.txt</code>|| <code>c_25</code> | ||
+ | |- | ||
+ | | Secret Testing Range || <code>ch_MUKI_houdai.txt</code>|| <code>c_08</code> | ||
+ | |- | ||
+ | | Breeding Ground || <code>ch_NARI_06start3hard.txt</code>|| <code>c_16</code> | ||
+ | |- | ||
+ | | Cave of Pain || <code>ch_MAT_flier.txt</code>|| <code>c_28</code> | ||
+ | |- | ||
+ | | Bully Den || <code>ch_MIYA_trap.txt</code>|| <code>c_26</code> | ||
+ | |- | ||
+ | | Sniper Room || <code>ch_MUKI_bombing.txt</code>|| <code>c_22</code> | ||
+ | |- | ||
+ | | Emperor's Realm || <code>ch_MUKI_king.txt</code>|| <code>c_09</code> | ||
|} | |} | ||
Revision as of 01:21, 2 October 2020
Internal names, identifier numbers, and identifier strings used in Pikmin 2.
In Pikmin 2's overworld area generators, teki
, otakara
, and item
objects are referred to by a numeric ID. There is also another set of values for otakara
, these are the overworld versions of treasure drop from enemies. Usually in a cave, it's as simple as using an underline _
and then typing the internal name of the treasure, above ground each enemy has an ID for this. This is found by taking the original treasure's ID and adding 768.
To do: Add internal names for all the enemies and treasures.
Contents
Enemies and other objects
Enemies, plants and strange objects. They are mostly internally recognized as teki
.
To place a treasure inside an enemy, take that treasure's internal number, add 768, and you have the code to put it in any enemy.
Placing Exploration Kit treasures inside enemies works similary but you have to add 1024 to the treasure's internal number instead of 768.
ID | Object | Internal name | |
---|---|---|---|
Dec | Hex | ||
0 |
0x00 |
Pellet Posy | Pelplant
|
1 |
0x01 |
Dwarf Red Bulborb | Kochappy
|
2 |
0x02 |
Red Bulborb | Chappy
|
3 |
0x03 |
Lapis Lazuli Candypop Bud | BluePom
|
4 |
0x04 |
Crimson Candypop Bud | RedPom
|
5 |
0x05 |
Golden Candypop Bud | YellowPom
|
6 |
0x06 |
Violet Candypop Bud | BlackPom
|
7 |
0x07 |
Ivory Candypop Bud | WhitePom
|
8 |
0x08 |
Queen Candypop Bud | RandPom
|
9 |
0x09 |
Iridescent Flint Beetle | Kogane
|
10 |
0x0A |
Iridescent Glint Beetle | Wealthy
|
11 |
0x0B |
Doodlebug | Fart
|
12 |
0x0C |
Female Sheargrub | UjiA
|
13 |
0x0D |
Male Sheargrub | UjiB
|
14 |
0x0E |
Shearwig | Tobi
|
15 |
0x0F |
Cloaking Burrow-nit | Armor
|
16 |
0x10 |
Honeywisp | Qurione
|
17 |
0x11 |
Yellow Wollywog | Frog
|
18 |
0x12 |
Wollywog | MaroFrog
|
19 |
0x13 |
Falling boulder | Rock
|
20 |
0x14 |
Fire geyser | Hiba
|
21 |
0x15 |
Gas pipe | GasHiba
|
22 |
0x16 |
Electrical wire | ElecHiba
|
23 |
0x17 |
Swooping Snitchbug | Sarai
|
24 |
0x18 |
Fiery Blowhog | Tank
|
25 |
0x19 |
Watery Blowhog | Wtank
|
26 |
0x1A |
Water Dumple | Catfish
|
27 |
0x1B |
Wogpole | Tadpole
|
28 |
0x1C |
Anode Beetle | ElecBug
|
29 |
0x1D |
Puffy Blowhog | Mar
|
30 |
0x1E |
Empress Bulblax | Queen
|
31 |
0x1F |
Bulborb Larva | Baby
|
32 |
0x20 |
Bumbling Snitchbug | Demon
|
33 |
0x21 |
Fiery Bulblax | FireChappy
|
34 |
0x22 |
Burrowing Snagret | SnakeCrow
|
35 |
0x23 |
Spotty Bulbear | KumaChappy
|
36 |
0x24 |
Bomb rock | Bomb
|
37 |
0x25 |
Egg | Egg
|
38 |
0x26 |
Breadbug (with its home) | PanModoki
|
39 |
0x27 |
Crashes | - |
40 |
0x28 |
Giant Breadbug and base | OoPanModoki
|
41 |
0x29 |
Antenna Beetle | Fuefuki
|
42 |
0x2A |
Orange Bulborb | BlueChappy
|
43 |
0x2B |
Hairy Bulborb | YellowChappy
|
44 |
0x2C |
Dwarf Orange Bulborb | BlueKochappy
|
45 |
0x2D |
Snow Bulborb | YellowKochappy
|
46 |
0x2E |
Dandelion | Tanpopo
|
47 |
0x2F |
Clover | Clover
|
48 |
0x30 |
Common Glowcap | HikariKinoko
|
49 |
0x31 |
Figwort (red small) | Ooinu_s
|
50 |
0x32 |
Figwort (red large) | Ooinu_l
|
51 |
0x33 |
Shoot (shorter) | Wakame_s
|
52 |
0x34 |
Shoot (taller) | Wakame_l
|
53 |
0x35 |
Emperor Bulblax | KingChappy
|
54 |
0x36 |
Mamuta | Miulin
|
55 |
0x37 |
Withering Blowhog | Hanachirashi
|
56 |
0x38 |
Beady Long Legs | Damagumo
|
57 |
0x39 |
Lesser Spotted Jellyfloat | Kurage
|
58 |
0x3A |
Careening Dirigibug | BombSarai
|
59 |
0x3B |
Fiery Dweevil | FireOtakara
|
60 |
0x3C |
Caustic Dweevil | WaterOtakara
|
61 |
0x3D |
Munge Dweevil | GasOtakara
|
62 |
0x3E |
Anode Dweevil | ElecOtakara
|
63 |
0x3F |
Hermit Crawmad | Jigumo
|
64 |
0x40 |
Crashes, unused | - |
65 |
0x41 |
Ravenous Whiskerpillar | Imomushi
|
66 |
0x42 |
Man-at-Legs | Houdai
|
67 |
0x43 |
Bulbmin | LeafChappy
|
68 |
0x44 |
Mitite | TamagoMushi
|
69 |
0x45 |
Raging Long Legs | BigFoot
|
70 |
0x46 |
Pileated Snagret | SnakeWhole
|
71 |
0x47 |
Ranging Bloyster | UmiMushi
|
72 |
0x48 |
Greater Spotted Jellyfloat | OniKurage
|
73 |
0x49 |
Titan Dweevil | BigTreasure
|
74 |
0x4A |
Rock | Stone
|
75 |
0x4B |
Armored Cannon Beetle Larva | Kabuto
|
76 |
0x4C |
Dwarf Bulbear | KumaKochappy
|
77 |
0x4D |
Group of 9 Unmarked Spectralids | ShijimiChou
|
78 |
0x4E |
Gatling Groink | MiniHoudai
|
79 |
0x4F |
Skitter Leaf | Sokkuri
|
80 |
0x50 |
Horsetail | Tukushi
|
81 |
0x51 |
Seeding Dandelion | Watage
|
82 |
0x52 |
Crashes, Candypop Bud base | Pom
|
83 |
0x53 |
Breadbug's Home?[unsure] | PanHouse
|
84 |
0x54 |
Creeping Chrysanthemum | Hana
|
85 |
0x55 |
Glowstem (red) | DaiodoRed
|
86 |
0x56 |
Glowstem (green) | DaiodoGreen
|
87 |
0x57 |
Margaret | Magaret
|
88 |
0x58 |
Foxtail | Nekojarashi
|
89 |
0x59 |
Chigoyami paper | Chiyogami
|
90 |
0x5A |
Fiddlehead | Zenmai
|
91 |
0x5B |
Figwort (brown small) | KareOoinu_s
|
92 |
0x5C |
Figwort (brown large) | KareOoinu_l
|
93 |
0x5D |
Volatile Dweevil | BombOtakara
|
94 |
0x5E |
Segmented Crawbster | DangoMushi
|
95 |
0x5F |
Decorated Cannon Beetle | Rkabuto
|
96 |
0x60 |
Armored Cannon Beetle Larva (burrowed) | Fkabuto
|
97 |
0x61 |
Gatling Groink (pedestal) | FminiHoudai
|
98 |
0x62 |
Waterwraith rollers | Tyre
|
99 |
0x63 |
Waterwraith | BlackMan
|
100 |
0x64 |
Crashes, Bloyster base | UmiMushiBase
|
101 |
0x65 |
Toady Bloyster | UmiMushiBlind
|
Treasures
List of Non-Exploration Kit treasures. For the Exploration Kit treasures, see below. Treasures are mostly known as otakara
.
ID | Internal name | US | PAL | JP |
---|---|---|---|---|
0 |
ahiru |
Rubber Ugly | Rubber Ugly | Rubber Ugly |
1 |
apple |
Insect Condo | Insect Condo | Insect Condo |
2 |
apple_blue |
Meat Satchel | Meat Satchel | Meat Satchel |
3 |
bane |
Coiled Launcher | Coiled Launcher | Coiled Launcher |
4 |
baum_kuchen |
Confection Hoop | Confection Hoop | Confection Hoop |
5 |
be_dama_red |
Omniscient Sphere | Omniscient Sphere | Omniscient Sphere |
6 |
be_dama_yellow |
Love Sphere | Love Sphere | Love Sphere |
7 |
be_dama_blue |
Mirth Sphere | ||
8 |
bell |
Maternal Sculpture | ||
9 |
bey_goma |
Stupendous Lens | Mysterious Remains | Ultimate Spinner |
10 |
bird_hane |
Leviathan Feather | ||
11 |
bolt |
Superstrong Stabilizer | ||
12 |
channel |
Space Wave Receiver | ||
13 |
chess_king_black |
Joy Receptacle | ||
14 |
chess_king_white |
Worthless Statue | ||
15 |
chess_queen_black |
Priceless Statue | ||
16 |
chess_queen_white |
Triple Sugar Threat | ||
17 |
chocolate |
King of Sweets | ||
18 |
chocoichigo |
Diet Doomer | ||
19 |
chocowhite |
Pale Passion | ||
20 |
compact |
Boom Cone | Magical Stage | Magical Stage |
21 |
cookie |
Bug Bait | ||
22 |
creap |
Milk Tub | ||
23 |
diamond_red |
Petrified Heart | ||
24 |
diamond_blue |
Regal Diamond | ||
25 |
diamond_green |
Princess Pearl | ||
26 |
doll |
Silencer | ||
27 |
donguri |
Armored Nut | ||
28 |
donutschoco |
Chocolate Cushion | ||
29 |
donutsichigo |
Sweet Dreamer | ||
30 |
donutswhite |
Cosmic Archive | ||
31 |
flower_red |
Cupid's Grenade | ||
32 |
flower_blue |
Science Project | ||
33 |
toy_gentle |
Manual Honer | ||
34 |
toy_lady |
Broken Food Master | Merciless Extractor | Broken Cooking God |
35 |
toy_dog |
Sud Generator | ||
36 |
toy_cat |
Wiggle Noggin | ||
37 |
gear |
Omega Flywheel | ||
38 |
gold_medal |
Lustrous Element | ||
39 |
gum_tape |
Superstick Textile | ||
40 |
halloween |
Possessed Squash | ||
41 |
haniwa |
Gyroid Bust | ||
42 |
ichigo |
Sunseed Berry | ||
43 |
juji_key |
Glee Spinner | ||
44 |
kan |
Decorative Goo | ||
45 |
kinoko |
Anti-hiccup Fungus | ||
46 |
kouseki_suisyou |
Crystal King | ||
47 |
kumakibori |
Fossilized Ursidae | ||
48 |
locket |
Time Capsule | ||
49 |
makigai |
Olimarnite Shell | ||
50 |
matu_bokkuri |
Conifer Spire | ||
51 |
milk_cap |
Abstract Masterpiece | Plentiful Tank | Estimated Object GF |
52 |
momiji_normal |
Arboreal Frippery | Abroral Frippery | Aboreal Frippery |
53 |
momiji_kare |
Onion Replica | ||
54 |
momiji_red |
Infernal Vegetable | ||
55 |
nut |
Adamantine Girdle | ||
56 |
tatebue |
Directory of Destiny | ||
57 |
saru_head |
Colossal Fossil | ||
58 |
sensya |
Invigorator | ||
59 |
sinkukan |
Vacuum Processor | ||
60 |
silver_medal |
Mirrored Element | ||
61 |
tel_dial |
Nouveau Table | ||
62 |
toy_ring_a_red |
Pink Menace | ||
63 |
toy_ring_a_blue |
Frosty Bauble | ||
64 |
toy_ring_a_green |
Gemstar Husband | ||
65 |
toy_ring_b_red |
Gemstar Wife | ||
66 |
toy_ring_b_blue |
Universal Com | ||
67 |
toy_ring_b_green |
Joyless Jewel | ||
68 |
toy_ring_c_red |
Fleeting Art Form | ||
69 |
toy_ring_c_green |
Innocence Lost | ||
70 |
toy_ring_c_blue |
Icon of Progress | ||
71 |
toy_teala |
Unspeakable Wonder | ||
72 |
turi_uki |
Aquatic Mine | ||
73 |
watch |
Temporal Mechanism | ||
74 |
Xmas_item |
Essential Furnishing | ||
75 |
yoyo_red |
Flame Tiller | ||
76 |
yoyo_yellow |
Doomsday Apparatus | ||
77 |
yoyo_blue |
Impediment Scourge | Impediment Scourge | Lightning Bolt |
78 |
flask |
Future Orb | ||
79 |
elec |
Shock Therapist | ||
80 |
fire |
Flare Cannon | ||
81 |
gas |
Comedy Bomb | ||
82 |
water |
Monster Pump | ||
83 |
mojiban |
Mystical Disc | ||
84 |
futa_a_gold |
Vorpal Platter | ||
85 |
futa_a_silver |
Taste Sensation | ||
86 |
kan_b_gold |
Lip Service | Lip Service | Family Raft |
87 |
kan_b_silver |
Utter Scrap | ||
88 |
ahiru_head |
Paradoxical Enigma | ||
89 |
loozy |
King of Bugs | ||
90 |
teala_dia_a |
Essence of Rage | ||
91 |
teala_dia_b |
Essence of Despair | ||
92 |
teala_dia_c |
Essence of True Love | ||
93 |
teala_dia_d |
Essence of Desire | ||
94 |
dia_a_red |
Citrus Lump | ||
95 |
dia_a_blue |
Behemoth Jaw | ||
96 |
dia_a_green |
Anxious Sprout | ||
97 |
dia_b_red |
Implement of Toil | ||
98 |
dia_b_blue |
Luck Wafer | ||
99 |
dia_b_green |
Meat of Champions | ||
100 |
dia_c_red |
Talisman of Life | ||
101 |
dia_c_green |
Strife Monolith | ||
102 |
dia_c_blue |
Boss Stone | ||
103 |
kinoko_doku |
Toxic Toadstool | ||
104 |
kinoko_tubu |
Growshroom | ||
105 |
sinkukan_b |
Indomitable CPU | ||
106 |
sinkukan_c |
Network Mainbrain | ||
107 |
bolt_l |
Repair Juggernaut | ||
108 |
gum_tape_s |
Exhausted Superstick | ||
109 |
baum_kuchen_s |
Pastry Wheel | ||
110 |
ichigo_l |
Combustion Berry | ||
111 |
cookie_m_l |
Imperative Cookie | ||
112 |
cookie_u |
Compelling Cookie | ||
113 |
cookie_u_l |
Impenetrable Cookie | ||
114 |
cookie_s |
Comfort Cookie | ||
115 |
cookie_s_l |
Succulent Mattress | ||
116 |
donguri_l |
Corpulent Nut | ||
117 |
fire_helmet |
Alien Billboard | Nutrient Silo | Alien Billboard |
118 |
nut_l |
Massage Girdle | ||
119 |
be_dama_red_l |
Crystallized Telepathy | ||
120 |
be_dama_yellow_l |
Crystallized Telekinesis | ||
121 |
be_dama_blue_l |
Crystallized Clairvoyance | ||
122 |
diamond_red_l |
Eternal Emerald Eye | ||
123 |
diamond_blue_l |
Tear Stone | ||
124 |
diamond_green_l |
Crystal Clover | ||
125 |
bell_red |
Danger Chime | ||
126 |
bell_blue |
Sulking Antenna | ||
127 |
bell_yellow |
Spouse Alert | ||
128 |
bane_red |
Master's Instrument | ||
129 |
bane_blue |
Extreme Perspirator | ||
130 |
bane_yellow |
Pilgrim Bulb | ||
131 |
juji_key_fc |
Stone of Glory | ||
132 |
tape_red |
Furious Adhesive | ||
133 |
tape_yellow |
Quenching Emblem | ||
134 |
tape_blue |
Flame of Tomorrow | Flame of Tomorrow | Flame of Tomorrow |
135 |
leaf_normal |
Love Nugget | ||
136 |
leaf_yellow |
Child of the Earth | ||
137 |
leaf_kare |
Disguised Delicacy | ||
138 |
denchi_3_red |
Proton AA | Proton AA | Proton X |
139 |
denchi_3_black |
Fuel Reservoir | Fuel Reservoir | Omegatron |
140 |
denchi_2_red |
Optical Illustration | Abstract Masterpiece | Yell Battery |
141 |
denchi_2_black |
Durable Energy Cell | Durable Energy Cell | Revised Eternal Fuel Dynamo |
142 |
denchi_1_red |
Courage Reactor | Courage Reactor | Love and Courage Reactor |
143 |
denchi_1_black |
Thirst Activator | Perfect Container | Alternative Reactor |
144 |
castanets |
Harmonic Synthesizer | ||
145 |
otama |
Merciless Extractor | Divine Cooking Tool | Divine Cooking Tool |
146 |
robot_head |
Remembered Old Buddy | ||
147 |
j_block_red |
Fond Gyro Block | ||
148 |
j_block_yellow |
Memorable Gyro Block | ||
149 |
j_block_green |
Lost Gyro Block | ||
150 |
j_block_blue |
Favorite Gyro Block | ||
151 |
j_block_white |
Treasured Gyro Block | ||
152 |
akagai |
Fortified Delicacy | ||
153 |
hotate |
Scrumptious Shell | ||
154 |
sinjyu |
Memorial Shell | ||
155 |
donutschoco_s |
Chance Totem | ||
156 |
donutsichigo_s |
Dream Architect | ||
157 |
donutswhite_s |
Spiny Alien Treat | ||
158 |
gear_silver |
Spirit Flogger | ||
159 |
compact_make |
Mirrored Stage | ||
160 |
chocolate_l |
Enamel Buster | ||
161 |
chocoichigo_l |
Drought Ender | ||
162 |
chocowhite_l |
White Goodness | ||
163 |
g_futa_kyodo |
Salivatrix | Salivatrix | Highly Logical Money |
164 |
g_futa_titiyas |
Creative Inspiration | Activity Arouser | Milky Figure |
165 |
g_futa_kyusyu |
Massive Lid | Drone Supplies | Milk Cover |
166 |
g_futa_sikoku |
Happiness Emblem | Survival Container | Good Old Memories |
167 |
g_futa_kajiwara |
Survival Ointment | Container of Sea Bounty | Paper Slider |
168 |
g_futa_koiwai |
Mysterious Remains | Container of Knowledge | Understood Person Symbol |
169 |
g_futa_hirosima |
Dimensional Slicer | Patience Tester | Flying Saucer |
170 |
g_futa_kyosin |
Yellow Taste Tyrant | Yellow Taste Tyrant | Universe Art |
171 |
g_futa_sakotani |
Hypnotic Platter | Alien Billboard | Fake Emblem Thing |
172 |
g_futa_daisen |
Gherkin Gate | Gherkin Gate | Idea Assistant |
173 |
g_futa_hiruzen |
Healing Cask | Hypnotic Platter | Seat of Enlightenment |
174 |
g_futa_kitaama |
Pondering Emblem | Hapiness Emblem | Milky Cradle |
175 |
g_futa_nihonraku |
Activity Arouser | Pondering Emblem | Anywhere Floater |
176 |
kan_maruha |
Stringent Container | Endless Repository | Endless Repository |
177 |
kan_nichiro |
Patience Tester | Open Architecture | Open Architecture |
178 |
kan_iwate |
Endless Repository | Permanent Container | Permanent Container |
179 |
kan_kyokuyo |
Fruit Guard | Empty Space Container | Empty Space Container |
180 |
kan_meidiya |
Nutrient Silo | Stringent Container | Stringent Container |
181 |
kan_imuraya |
Drone Supplies | Open Archive | Open Archive |
182 |
wadou_kaichin |
Unknown Merit | ||
183 |
kuri |
Seed of Greed | ||
184 |
uji_jisyaku |
Heavy-Duty Magnetizer | ||
185 |
badminton |
Air Brake | ||
186 |
medama_yaki |
Hideous Victual | ||
187 |
whistle |
Emperor Whistle |
Exploration Kit treasures
The Exploration Kit is internally known as item
.
ID | Internal Name | US |
---|---|---|
0 |
fue_a |
Brute Knuckles |
1 |
fue_b |
Dream Material |
2 |
fue_wide |
Amplified Amplifier |
3 |
fue_pullout |
Professional Noisemaker |
4 |
light_a |
Stellar Orb |
5 |
suit_powerup |
Justice Alloy |
6 |
suit_fire |
Forged Courage |
7 |
dashboots |
Repugnant Appendage |
8 |
radar_a |
Prototype Detector |
9 |
radar_b |
Five-man Napsack |
10 |
map01 |
Spherical Atlas |
11 |
map02 |
Geographic Projection |
12 |
key |
The Key |
Caves
Area | Internal name | Game name |
---|---|---|
Valley of Repose | tutorial_1 |
Emergence Cave |
Valley of Repose | tutorial_2 |
Subterranean Complex |
Valley of Repose | tutorial_3 |
Frontier Cavern |
Awakening Wood | forest_1 |
Hole of Beasts |
Awakening Wood | forest_2 |
White Flower Garden |
Awakening Wood | forest_3 |
Bulblax Kingdom |
Awakening Wood | forest_4 |
Snagret Hole |
Perplexing Pool | yakushima_1 |
Citadel of Spiders |
Perplexing Pool | yakushima_2 |
Glutton's Kitchen |
Perplexing Pool | yakushima_3 |
Shower Room |
Perplexing Pool | yakushima_4 |
Submerged Castle |
Wistful Wild | last_1 |
Cavern of Chaos |
Wistful Wild | last_2 |
Hole of Heroes |
Wistful Wild | last_3 |
Dream Den |
Challenge Caves
Name | Config file | Cave ID |
---|---|---|
Explorer's Cave | ch_ABEM_tutorial.txt |
c_00
|
Novice Training | ch_NARI_07whitepurple.txt |
c_20
|
Lost Toy Box | ch_NARI_03toy.txt |
c_05
|
Creator's Garden | ch_NARI_01kusachi.txt |
c_03
|
Green Hole | ch_ABEM_LeafChappy.txt |
c_17
|
Hot House | ch_NARI_05start3easy.txt |
c_15
|
Brawny Abyss | ch_MUKI_metal.txt |
c_01
|
Red Chasm | ch_MAT_limited_time.txt |
c_11
|
Trampled Garden | ch_MAT_t_hunter_hana.txt |
c_14
|
Twilight Garden | ch_MUKI_damagumo.txt |
c_06
|
Cryptic Cavern | ch_MAT_t_hunter_enemy.txt |
c_10
|
Concrete Maze | ch_MAT_conc_cave.txt |
c_02
|
Collector's Room | ch_NARI_04series.txt |
c_12
|
Dweevil Nest | ch_MAT_t_hunter_otakara.txt |
c_23
|
Cavernous Abyss | ch_MUKI_bigfoot.txt |
c_07
|
Snack Pit | ch_MIYA_oopan.txt |
c_21
|
Three Color Training | ch_MAT_yellow_purple_white.txt |
c_19
|
Hazard Training | ch_MUKI_redblue.txt |
c_18
|
Cave of Snarls | ch_NARI_08tobasare.txt |
c_24
|
The Giant's Bath | ch_NARI_02tile.txt |
c_04
|
Rumbling Grotto | ch_MAT_crawler.txt |
c_29
|
Subterranean Lair | ch_MAT_route_rover.txt |
c_27
|
Hidden Garden | ch_MUKI_enemyzero.txt |
c_13
|
Abduction Den | ch_NARI_09suikomi.txt |
c_25
|
Secret Testing Range | ch_MUKI_houdai.txt |
c_08
|
Breeding Ground | ch_NARI_06start3hard.txt |
c_16
|
Cave of Pain | ch_MAT_flier.txt |
c_28
|
Bully Den | ch_MIYA_trap.txt |
c_26
|
Sniper Room | ch_MUKI_bombing.txt |
c_22
|
Emperor's Realm | ch_MUKI_king.txt |
c_09
|
Leaders
- Olimar is consistently referred to as
orima
in the files, which is a romanization of his Japanese name.orima
can also refer to all leaders. His model name isorima1.bmd
.- When
orima
is not used to refer to all the captains, they are instead referred to asnavi
. This was Olimar's internal name in Pikmin, which may be a leftover from Adam and Eve.
- When
- Louie is referred to as either
luji
orloozy
, depending on where you are looking. His model name isorima3.bmd
. - The President of Hocotate Freight's model name is
syatyou.bmd
. Otherwise, he's referred to as simply "President".
Pikmin
In many places, the Pikmin are ordered as follows:
- Blue Pikmin
- Red
- Yellow
- Purple
- White
- Bulbmin
- Pikpik carrot