Editing Pikmin 2 identifiers

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 4: Line 4:
  
 
In ''Pikmin 2's'' overworld area generators, <code>teki</code>, <code>otakara</code>, and <code>item</code> objects are referred to by a numeric ID. There is also another set of values for <code>otakara</code>, these are the overworld versions of treasure drop from enemies. Usually in a cave, it's as simple as using an underline <code>_</code> 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.
 
In ''Pikmin 2's'' overworld area generators, <code>teki</code>, <code>otakara</code>, and <code>item</code> objects are referred to by a numeric ID. There is also another set of values for <code>otakara</code>, these are the overworld versions of treasure drop from enemies. Usually in a cave, it's as simple as using an underline <code>_</code> 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.
 +
 +
{{todo|Add internal names for all the enemies and treasures.}}
  
 
== Enemies and other objects ==
 
== Enemies and other objects ==
Line 10: Line 12:
 
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.
 
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 similarly, but you have to add 1024 to the treasure's internal number instead of 768.
+
Placing Exploration Kit treasures inside enemies works similary but you have to add 1024 to the Kit's internal number instead of 768.
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
! colspan="2" | ID
+
! ID || Object || Internal Name
! rowspan="2" | Object
 
! rowspan="2" | Internal name
 
 
|-
 
|-
! Dec || Hex
+
| <code>0</code> || Pellet Posy ||<code>Pelplant</code>
 
|-
 
|-
| <code>0</code> || <code>0x00</code> || Pellet Posy ||<code>Pelplant</code>  
+
| <code>1</code> || Dwarf Red Bulborb ||<code>Kochappy</code>  
 
|-
 
|-
| <code>1</code> || <code>0x01</code> || Dwarf Red Bulborb ||<code>Kochappy</code>  
+
| <code>2</code> || Red Bulborb ||<code>Chappy</code>  
 
|-
 
|-
| <code>2</code> || <code>0x02</code> || Red Bulborb ||<code>Chappy</code>  
+
| <code>3</code> || Lapis Lazuli Candypop Bud ||<code>BluePom</code>  
 
|-
 
|-
| <code>3</code> || <code>0x03</code> || Lapis Lazuli Candypop Bud ||<code>BluePom</code>  
+
| <code>4</code> || Crimson Candypop Bud ||<code>RedPom</code>  
 
|-
 
|-
| <code>4</code> || <code>0x04</code> || Crimson Candypop Bud ||<code>RedPom</code>  
+
| <code>5</code> || Golden Candypop Bud ||<code>YellowPom</code>  
 
|-
 
|-
| <code>5</code> || <code>0x05</code> || Golden Candypop Bud ||<code>YellowPom</code>  
+
| <code>6</code> || Violet Candypop Bud ||<code>BlackPom</code>  
 
|-
 
|-
| <code>6</code> || <code>0x06</code> || Violet Candypop Bud ||<code>BlackPom</code>  
+
| <code>7</code> || Ivory Candypop Bud ||<code>WhitePom</code>  
 
|-
 
|-
| <code>7</code> || <code>0x07</code> || Ivory Candypop Bud ||<code>WhitePom</code>  
+
| <code>8</code> || Queen Candypop Bud ||<code>RandPom</code>  
 
|-
 
|-
| <code>8</code> || <code>0x08</code> || Queen Candypop Bud ||<code>RandPom</code>  
+
| <code>9</code> || Iridescent Flint Beetle ||<code>Kogane</code>  
 
|-
 
|-
| <code>9</code> || <code>0x09</code> || Iridescent Flint Beetle ||<code>Kogane</code>  
+
| <code>10</code> || Iridescent Glint Beetle ||<code>Wealthy</code>  
 
|-
 
|-
| <code>10</code> || <code>0x0A</code> || Iridescent Glint Beetle ||<code>Wealthy</code>  
+
| <code>11</code> || Doodlebug ||<code>Fart</code>  
 
|-
 
|-
| <code>11</code> || <code>0x0B</code> || Doodlebug ||<code>Fart</code>  
+
| <code>12</code> || Female Sheargrub ||<code>UjiA</code>  
 
|-
 
|-
| <code>12</code> || <code>0x0C</code> || Female Sheargrub ||<code>UjiA</code>  
+
| <code>13</code> || Male Sheargrub ||<code>UjiB</code>  
 
|-
 
|-
| <code>13</code> || <code>0x0D</code> || Male Sheargrub ||<code>UjiB</code>  
+
| <code>14</code> || Shearwig ||<code>Tobi</code>  
 
|-
 
|-
| <code>14</code> || <code>0x0E</code> || Shearwig ||<code>Tobi</code>  
+
| <code>15</code> || Cloaking Burrow-nit ||<code>Armor</code>  
 
|-
 
|-
| <code>15</code> || <code>0x0F</code> || Cloaking Burrow-nit ||<code>Armor</code>  
+
| <code>16</code> || Honeywisp ||<code>Qurione</code>  
 
|-
 
|-
| <code>16</code> || <code>0x10</code> || Honeywisp ||<code>Qurione</code>  
+
| <code>17</code> || Yellow Wollywog ||<code>Frog</code>  
 
|-
 
|-
| <code>17</code> || <code>0x11</code> || Yellow Wollywog ||<code>Frog</code>  
+
| <code>18</code> || Wollywog ||<code>MaroFrog</code>  
 
|-
 
|-
| <code>18</code> || <code>0x12</code> || Wollywog ||<code>MaroFrog</code>  
+
| <code>19</code> || Falling boulder ||<code>Rock</code>  
 
|-
 
|-
| <code>19</code> || <code>0x13</code> || Falling boulder ||<code>Rock</code>  
+
| <code>20</code> || Fire geyser ||<code>Hiba</code>  
 
|-
 
|-
| <code>20</code> || <code>0x14</code> || Fire geyser ||<code>Hiba</code>  
+
| <code>21</code> || Gas pipe ||<code>GasHiba</code>  
 
|-
 
|-
| <code>21</code> || <code>0x15</code> || Gas pipe ||<code>GasHiba</code>  
+
| <code>22</code> || Electrical wire ||<code>ElecHiba</code>  
 
|-
 
|-
| <code>22</code> || <code>0x16</code> || Electrical wire ||<code>ElecHiba</code>  
+
| <code>23</code> || Swooping Snitchbug ||<code>Sarai</code>  
 
|-
 
|-
| <code>23</code> || <code>0x17</code> || Swooping Snitchbug ||<code>Sarai</code>  
+
| <code>24</code> || Fiery Blowhog ||<code>Tank</code>  
 
|-
 
|-
| <code>24</code> || <code>0x18</code> || Fiery Blowhog ||<code>Tank</code>  
+
| <code>25</code> || Watery Blowhog ||<code>Wtank</code>  
 
|-
 
|-
| <code>25</code> || <code>0x19</code> || Watery Blowhog ||<code>Wtank</code>  
+
| <code>26</code> || Water Dumple ||<code>Catfish</code>  
 
|-
 
|-
| <code>26</code> || <code>0x1A</code> || Water Dumple ||<code>Catfish</code>  
+
| <code>27</code> || Wogpole ||<code>Tadpole</code>  
 
|-
 
|-
| <code>27</code> || <code>0x1B</code> || Wogpole ||<code>Tadpole</code>  
+
| <code>28</code> || Anode Beetle ||<code>ElecBug</code>  
 
|-
 
|-
| <code>28</code> || <code>0x1C</code> || Anode Beetle ||<code>ElecBug</code>  
+
| <code>29</code> || Puffy Blowhog ||<code>Mar</code>  
 
|-
 
|-
| <code>29</code> || <code>0x1D</code> || Puffy Blowhog ||<code>Mar</code>  
+
| <code>30</code> || {{tt|Empress Bulblax|Birthing Bulborb Larva}} ||<code>Queen</code>  
 
|-
 
|-
| <code>30</code> || <code>0x1E</code> || {{tt|Empress Bulblax|Birthing Bulborb Larva}} ||<code>Queen</code>  
+
| <code>31</code> || Bulborb Larva ||<code>Baby</code>  
 
|-
 
|-
| <code>31</code> || <code>0x1F</code> || Bulborb Larva ||<code>Baby</code>  
+
| <code>32</code> || Bumbling Snitchbug ||<code>Demon</code>  
 
|-
 
|-
| <code>32</code> || <code>0x20</code> || Bumbling Snitchbug ||<code>Demon</code>  
+
| <code>33</code> || Fiery Bulblax ||<code>FireChappy</code>  
 
|-
 
|-
| <code>33</code> || <code>0x21</code> || Fiery Bulblax ||<code>FireChappy</code>  
+
| <code>34</code> || Burrowing Snagret ||<code>SnakeCrow</code>  
 
|-
 
|-
| <code>34</code> || <code>0x22</code> || Burrowing Snagret ||<code>SnakeCrow</code>  
+
| <code>35</code> || Spotty Bulbear ||<code>KumaChappy</code>  
 
|-
 
|-
| <code>35</code> || <code>0x23</code> || Spotty Bulbear ||<code>KumaChappy</code>  
+
| <code>36</code> || Bomb rock ||<code>Bomb</code>  
 
|-
 
|-
| <code>36</code> || <code>0x24</code> || Bomb rock ||<code>Bomb</code>  
+
| <code>37</code> || Egg ||<code>Egg</code>
 
|-
 
|-
| <code>37</code> || <code>0x25</code> || Egg ||<code>Egg</code>
+
| <code>38</code> || Breadbug (with its home) ||<code>PanModoki</code>
 
|-
 
|-
| <code>38</code> || <code>0x26</code> || Breadbug (with its home) ||<code>PanModoki</code>
+
| <code>39</code> || {{tt|'''Crashes'''|No longer exists in the game's code; is referenced in newtest/nonloop/2-2.txt, and is referred to as フエフキムシ; roughly Huefukimushi}} || -
 
|-
 
|-
| <code>39</code> || <code>0x27</code> || {{tt|'''Old Antenna Beetle, Crashes'''|No longer exists in the game's code. Likely an older version of the Antenna Beetle, a bug-like enemy that similarly uses a whistle to call your pikmin away from you, judging by its internal name when translated}} || {{tt| '''Huefukimushi'''|Japanese for 'Whistlebug' according to Google Translate. Can be found in files newtest/nonloop/2-2.txt}}
+
| <code>40</code> || Giant Breadbug and base || <code>OoPanModoki</code>
 
|-
 
|-
| <code>40</code> || <code>0x28</code> || Giant Breadbug and base || <code>OoPanModoki</code>
+
| <code>41</code> || Antenna Beetle || <code>Fuefuki</code>
 
|-
 
|-
| <code>41</code> || <code>0x29</code> || Antenna Beetle || <code>Fuefuki</code>
+
| <code>42</code> || Orange Bulborb || <code>BlueChappy</code>
 
|-
 
|-
| <code>42</code> || <code>0x2A</code> || Orange Bulborb || <code>BlueChappy</code>
+
| <code>43</code> || Hairy Bulborb || <code>YellowChappy</code>
 
|-
 
|-
| <code>43</code> || <code>0x2B</code> || Hairy Bulborb || <code>YellowChappy</code>
+
| <code>44</code> || Dwarf Orange Bulborb || <code>BlueKochappy</code>
 
|-
 
|-
| <code>44</code> || <code>0x2C</code> || Dwarf Orange Bulborb || <code>BlueKochappy</code>
+
| <code>45</code> || Snow Bulborb || <code>YellowKochappy</code>
 
|-
 
|-
| <code>45</code> || <code>0x2D</code> || Snow Bulborb || <code>YellowKochappy</code>
+
| <code>46</code> || Dandelion || <code>Tanpopo</code>
 
|-
 
|-
| <code>46</code> || <code>0x2E</code> || Dandelion || <code>Tanpopo</code>
+
| <code>47</code> || Clover || <code>Clover</code>
 
|-
 
|-
| <code>47</code> || <code>0x2F</code> || Clover || <code>Clover</code>
+
| <code>48</code> || Common Glowcap || <code>HikariKinoko</code>
 
|-
 
|-
| <code>48</code> || <code>0x30</code> || Common Glowcap || <code>HikariKinoko</code>
+
| <code>49</code> || Figwort (red small) || <code>Ooinu_s</code>
 
|-
 
|-
| <code>49</code> || <code>0x31</code> || Figwort (red small) || <code>Ooinu_s</code>
+
| <code>50</code> || Figwort (red large) || <code>Ooinu_l</code>
 
|-
 
|-
| <code>50</code> || <code>0x32</code> || Figwort (red large) || <code>Ooinu_l</code>
+
| <code>51</code> || Shoot (shorter) || <code>Wakame_s</code>
 
|-
 
|-
| <code>51</code> || <code>0x33</code> || Shoot (shorter) || <code>Wakame_s</code>
+
| <code>52</code> || Shoot (taller) || <code>Wakame_l</code>
 
|-
 
|-
| <code>52</code> || <code>0x34</code> || Shoot (taller) || <code>Wakame_l</code>
+
| <code>53</code> || Emperor Bulblax || <code>KingChappy</code>
 
|-
 
|-
| <code>53</code> || <code>0x35</code> || Emperor Bulblax || <code>KingChappy</code>
+
| <code>54</code> || Mamuta || <code>Miulin</code>
 
|-
 
|-
| <code>54</code> || <code>0x36</code> || Mamuta || <code>Miulin</code>
+
| <code>55</code> || Withering Blowhog || <code>Hanachirashi</code>
 
|-
 
|-
| <code>55</code> || <code>0x37</code> || Withering Blowhog || <code>Hanachirashi</code>
+
| <code>56</code> || Beady Long Legs || <code>Damagumo</code>
 
|-
 
|-
| <code>56</code> || <code>0x38</code> || Beady Long Legs || <code>Damagumo</code>
+
| <code>57</code> || Lesser Spotted Jellyfloat || <code>Kurage</code>
 
|-
 
|-
| <code>57</code> || <code>0x39</code> || Lesser Spotted Jellyfloat || <code>Kurage</code>
+
| <code>58</code> || Careening Dirigibug || <code>BombSarai</code>
 
|-
 
|-
| <code>58</code> || <code>0x3A</code> || Careening Dirigibug || <code>BombSarai</code>
+
| <code>59</code> || Fiery Dweevil || <code>FireOtakara</code>
 
|-
 
|-
| <code>59</code> || <code>0x3B</code> || Fiery Dweevil || <code>FireOtakara</code>
+
| <code>60</code> || Caustic Dweevil || <code>WaterOtakara</code>
 
|-
 
|-
| <code>60</code> || <code>0x3C</code> || Caustic Dweevil || <code>WaterOtakara</code>
+
| <code>61</code> || Munge Dweevil || <code>GasOtakara</code>
 
|-
 
|-
| <code>61</code> || <code>0x3D</code> || Munge Dweevil || <code>GasOtakara</code>
+
| <code>62</code> || Anode Dweevil || <code>ElecOtakara</code>
 
|-
 
|-
| <code>62</code> || <code>0x3E</code> || Anode Dweevil || <code>ElecOtakara</code>
+
| <code>63</code> || Hermit Crawmad || <code>Jigumo</code>
 
|-
 
|-
| <code>63</code> || <code>0x3F</code> || Hermit Crawmad || <code>Jigumo</code>
+
| <code>64</code> || {{tt|'''Crashes'''|No longer exists in the game's code}}, unused || -
 
|-
 
|-
| <code>64</code> || <code>0x40</code> || {{tt|'''Crashes'''|No longer exists in the game's code}}, unused || -
+
| <code>65</code> || {{tt|Ravenous Whiskerpillar|Only emerges near Burgeoning Spiderwort.}} || <code>Imomushi</code>
 
|-
 
|-
| <code>65</code> || <code>0x41</code> || {{tt|Ravenous Whiskerpillar|Only emerges near Burgeoning Spiderwort.}} || <code>Imomushi</code>
+
| <code>66</code> || {{tt|Man-at-Legs|Disappears after leaving a boundary, leaving treasure.}} || <code>Houdai</code>
 
|-
 
|-
| <code>66</code> || <code>0x42</code> || {{tt|Man-at-Legs|Disappears after leaving a boundary, leaving treasure.}} || <code>Houdai</code>
+
| <code>67</code> || Bulbmin || <code>LeafChappy</code>
 
|-
 
|-
| <code>67</code> || <code>0x43</code> || Bulbmin || <code>LeafChappy</code>
+
| <code>68</code> || Mitite || <code>TamagoMushi</code>
 
|-
 
|-
| <code>68</code> || <code>0x44</code> || Mitite || <code>TamagoMushi</code>
+
| <code>69</code> || Raging Long Legs || <code>BigFoot</code>
 
|-
 
|-
| <code>69</code> || <code>0x45</code> || Raging Long Legs || <code>BigFoot</code>
+
| <code>70</code> || Pileated Snagret || <code>SnakeWhole</code>
 
|-
 
|-
| <code>70</code> || <code>0x46</code> || Pileated Snagret || <code>SnakeWhole</code>
+
| <code>71</code> || Ranging Bloyster || <code>UmiMushi</code>
 
|-
 
|-
| <code>71</code> || <code>0x47</code> || Ranging Bloyster || <code>UmiMushi</code>
+
| <code>72</code> || Greater Spotted Jellyfloat || <code>OniKurage</code>
 
|-
 
|-
| <code>72</code> || <code>0x48</code> || Greater Spotted Jellyfloat || <code>OniKurage</code>
+
| <code>73</code> || {{tt|Titan Dweevil|Crashes in most cases due to l_boss.bms complications}} || <code>BigTreasure</code>
 
|-
 
|-
| <code>73</code> || <code>0x49</code> || {{tt|Titan Dweevil|Crashes in most cases due to l_boss.bms complications}} || <code>BigTreasure</code>
+
| <code>74</code> || {{tt|Rock|Is used by rock-spewing enemies; breaks apart when spawning it yourself}} || <code>Stone</code>
 
|-
 
|-
| <code>74</code> || <code>0x4A</code> || {{tt|Rock|Is used by rock-spewing enemies; breaks apart when spawning it yourself}} || <code>Stone</code>
+
| <code>75</code> || Armored Cannon Beetle Larva || <code>Kabuto</code>
 
|-
 
|-
| <code>75</code> || <code>0x4B</code> || Armored Cannon Beetle Larva || <code>Kabuto</code>
+
| <code>76</code> || Dwarf Bulbear || <code>KumaKochappy</code>
 
|-
 
|-
| <code>76</code> || <code>0x4C</code> || Dwarf Bulbear || <code>KumaKochappy</code>
+
| <code>77</code> || Group of 9 Unmarked Spectralids || <code>ShijimiChou</code>
 
|-
 
|-
| <code>77</code> || <code>0x4D</code> || Group of 9 Unmarked Spectralids || <code>ShijimiChou</code>
+
| <code>78</code> || Gatling Groink || <code>MiniHoudai</code>
 
|-
 
|-
| <code>78</code> || <code>0x4E</code> || Gatling Groink || <code>MiniHoudai</code>
+
| <code>79</code> || Skitter Leaf || <code>Sokkuri</code>
 
|-
 
|-
| <code>79</code> || <code>0x4F</code> || Skitter Leaf || <code>Sokkuri</code>
+
| <code>80</code> || Horsetail || <code>Tukushi</code>
 
|-
 
|-
| <code>80</code> || <code>0x50</code> || Horsetail || <code>Tukushi</code>
+
| <code>81</code> || Seeding Dandelion || <code>Watage</code>
 
|-
 
|-
| <code>81</code> || <code>0x51</code> || Seeding Dandelion || <code>Watage</code>
+
| <code>82</code> || {{unsure|Candypop Bud?}}, '''Crashes''', unused || <code>Pom</code>
 
|-
 
|-
| <code>82</code> || <code>0x52</code> || '''Crashes''', Candypop Bud base || <code>Pom</code>
+
| <code>83</code> || {{unsure|Breadbug's Home?}} || <code>PanHouse</code>
 
|-
 
|-
| <code>83</code> || <code>0x53</code> || {{unsure|Breadbug's Home?}} || <code>PanHouse</code>
+
| <code>84</code> || Creeping Chrysanthemum || <code>Hana</code>
 
|-
 
|-
| <code>84</code> || <code>0x54</code> || Creeping Chrysanthemum || <code>Hana</code>
+
| <code>85</code> || Glowstem (red) || <code>DaiodoRed</code>
 
|-
 
|-
| <code>85</code> || <code>0x55</code> || Glowstem (red) || <code>DaiodoRed</code>
+
| <code>86</code> || Glowstem (green) || <code>DaiodoGreen</code>
 
|-
 
|-
| <code>86</code> || <code>0x56</code> || Glowstem (green) || <code>DaiodoGreen</code>
+
| <code>87</code> || Margaret || <code>Magaret</code>
 
|-
 
|-
| <code>87</code> || <code>0x57</code> || Margaret || <code>Magaret</code>
+
| <code>88</code> || Foxtail || <code>Nekojarashi</code>
 
|-
 
|-
| <code>88</code> || <code>0x58</code> || Foxtail || <code>Nekojarashi</code>
+
| <code>89</code> || Chigoyami paper || <code>Chiyogami</code>
 
|-
 
|-
| <code>89</code> || <code>0x59</code> || Chigoyami paper || <code>Chiyogami</code>
+
| <code>90</code> || Fiddlehead || <code>Zenmai</code>
 
|-
 
|-
| <code>90</code> || <code>0x5A</code> || Fiddlehead || <code>Zenmai</code>
+
| <code>91</code> || Figwort (brown small) || <code>KareOoinu_s</code>
 
|-
 
|-
| <code>91</code> || <code>0x5B</code> || Figwort (brown small) || <code>KareOoinu_s</code>
+
| <code>92</code> || Figwort (brown large) || <code>KareOoinu_l</code>
 
|-
 
|-
| <code>92</code> || <code>0x5C</code> || Figwort (brown large) || <code>KareOoinu_l</code>
+
| <code>93</code> || Volatile Dweevil || <code>BombOtakara</code>
 
|-
 
|-
| <code>93</code> || <code>0x5D</code> || Volatile Dweevil || <code>BombOtakara</code>
+
| <code>94</code> || Segmented Crawbster || <code>DangoMushi</code>
 
|-
 
|-
| <code>94</code> || <code>0x5E</code> || Segmented Crawbster || <code>DangoMushi</code>
+
| <code>95</code> || Decorated Cannon Beetle || <code>Rkabuto</code>
 
|-
 
|-
| <code>95</code> || <code>0x5F</code> || Decorated Cannon Beetle || <code>Rkabuto</code>
+
| <code>96</code> || Armored Cannon Beetle Larva (burrowed) || <code>Fkabuto</code>
 
|-
 
|-
| <code>96</code> || <code>0x60</code> || Armored Cannon Beetle Larva (burrowed) || <code>Fkabuto</code>
+
| <code>97</code> || Gatling Groink (pedestal) || <code>FminiHoudai</code>
 
|-
 
|-
| <code>97</code> || <code>0x61</code> || Gatling Groink (pedestal) || <code>FminiHoudai</code>
+
| <code>98</code> || {{tt|Waterwraith rollers|Pikmin can touch, but kill leaders}} || <code>Tyre</code>
 
|-
 
|-
| <code>98</code> || <code>0x62</code> || {{tt|Waterwraith rollers|Pikmin can touch, but kill leaders}} || <code>Tyre</code>
+
| <code>99</code> || Waterwraith || <code>BlackMan</code>
 
|-
 
|-
| <code>99</code> || <code>0x63</code> || Waterwraith || <code>BlackMan</code>
+
| <code>100</code> || '''Crashes''', unused || <code>UmiMushiBase</code>
 
|-
 
|-
| <code>100</code> || <code>0x64</code> || '''Crashes''', Bloyster base || <code>UmiMushiBase</code>
+
| <code>101</code> || Toady Bloyster || <code>UmiMushiBlind</code>
|-
 
| <code>101</code> || <code>0x65</code> || Toady Bloyster || <code>UmiMushiBlind</code>
 
 
|}
 
|}
  
Line 244: Line 242:
 
| <code>6</code> || <code>be_dama_yellow</code> || Love Sphere || Love Sphere || Love Sphere
 
| <code>6</code> || <code>be_dama_yellow</code> || Love Sphere || Love Sphere || Love Sphere
 
|-   
 
|-   
| <code>7</code> || <code>be_dama_blue</code> || Mirth Sphere || Mirth Sphere || Mirth Sphere
+
| <code>7</code> || <code>be_dama_blue</code> || Mirth Sphere
 
|-   
 
|-   
| <code>8</code> || <code>bell</code> || Maternal Sculpture || Maternal Sculpture || Maternal Sculpture
+
| <code>8</code> || <code>bell</code> || Maternal Sculpture
 
|-   
 
|-   
 
| <code>9</code> || <code>bey_goma</code> || Stupendous Lens || Mysterious Remains || Ultimate Spinner
 
| <code>9</code> || <code>bey_goma</code> || Stupendous Lens || Mysterious Remains || Ultimate Spinner
 
|-   
 
|-   
| <code>10</code> || <code>bird_hane</code> || Leviathan Feather || Leviathan Feather || Leviathan Feather
+
| <code>10</code> || <code>bird_hane</code> || Leviathan Feather
 
|-   
 
|-   
| <code>11</code> || <code>bolt</code> || Superstrong Stabilizer || Superstrong Stabilizer || Superstrong Stabilizer
+
| <code>11</code> || <code>bolt</code> || Superstrong Stabilizer
 
|-   
 
|-   
| <code>12</code> || <code>channel</code> || Space Wave Receiver || Space Wave Receiver || Space Wave Receiver
+
| <code>12</code> || <code>channel</code> || Space Wave Receiver
 
|-   
 
|-   
| <code>13</code> || <code>chess_king_black</code> || Joy Receptacle || Joy Receptacle || Joy Receptacle
+
| <code>13</code> || <code>chess_king_black</code> || Joy Receptacle
 
|-   
 
|-   
| <code>14</code> || <code>chess_king_white</code> || Worthless Statue  || Worthless Statue || Worthless Statue
+
| <code>14</code> || <code>chess_king_white</code> || Worthless Statue   
 
|-   
 
|-   
| <code>15</code> || <code>chess_queen_black</code> || Priceless Statue || Priceless Statue || Priceless Statue
+
| <code>15</code> || <code>chess_queen_black</code> || Priceless Statue
 
|-   
 
|-   
| <code>16</code> || <code>chess_queen_white</code> || Triple Sugar Threat || Triple Sugar Threat || Triple Sugar Threat
+
| <code>16</code> || <code>chess_queen_white</code> || Triple Sugar Threat
 
|-   
 
|-   
| <code>17</code> || <code>chocolate</code> || King of Sweets || King of Sweets || King of Sweets
+
| <code>17</code> || <code>chocolate</code> || King of Sweets
 
|-   
 
|-   
| <code>18</code> || <code>chocoichigo</code> || Diet Doomer || Diet Doomer || Diet Doomer
+
| <code>18</code> || <code>chocoichigo</code> || Diet Doomer
 
|-   
 
|-   
| <code>19</code> || <code>chocowhite</code> || Pale Passion || Pale Passion || Pale Passion
+
| <code>19</code> || <code>chocowhite</code> || Pale Passion
 
|-   
 
|-   
 
| <code>20</code> || <code>compact</code> || Boom Cone || Magical Stage || Magical Stage
 
| <code>20</code> || <code>compact</code> || Boom Cone || Magical Stage || Magical Stage
 
|-   
 
|-   
| <code>21</code> || <code>cookie</code> || Bug Bait || Bug Bait || Bug Bait
+
| <code>21</code> || <code>cookie</code> || Bug Bait
 
|-   
 
|-   
| <code>22</code> || <code>creap</code> || Milk Tub || Milk Tub || Milk Tub
+
| <code>22</code> || <code>creap</code> || Milk Tub
 
|-   
 
|-   
| <code>23</code> || <code>diamond_red</code> || Petrified Heart || Petrified Heart || Petrified Heart
+
| <code>23</code> || <code>diamond_red</code> || Petrified Heart
 
|-   
 
|-   
| <code>24</code> || <code>diamond_blue</code> || Regal Diamond || Regal Diamond || Regal Diamond   
+
| <code>24</code> || <code>diamond_blue</code> || Regal Diamond   
 
|-   
 
|-   
| <code>25</code> || <code>diamond_green</code> || Princess Pearl || Princess Pearl || Princess Pearl
+
| <code>25</code> || <code>diamond_green</code> || Princess Pearl
 
|-   
 
|-   
| <code>26</code> || <code>doll</code> || Silencer || Silencer || Silencer
+
| <code>26</code> || <code>doll</code> || Silencer
 
|-   
 
|-   
| <code>27</code> || <code>donguri</code> || Armored Nut || Armored Nut || Armored Nut
+
| <code>27</code> || <code>donguri</code> || Armored Nut
 
|-   
 
|-   
| <code>28</code> || <code>donutschoco</code> || Chocolate Cushion || Chocolate Cushion || Chocolate Cushion
+
| <code>28</code> || <code>donutschoco</code> || Chocolate Cushion
 
|-   
 
|-   
| <code>29</code> || <code>donutsichigo</code> || Sweet Dreamer || Sweet Dreamer || Sweet Dreamer
+
| <code>29</code> || <code>donutsichigo</code> || Sweet Dreamer
 
|-   
 
|-   
| <code>30</code> || <code>donutswhite</code> || Cosmic Archive || Cosmic Archive || Cosmic Archive
+
| <code>30</code> || <code>donutswhite</code> || Cosmic Archive
 
|-   
 
|-   
| <code>31</code> || <code>flower_red</code> || Cupid's Grenade || Cupid's Grenade || Cupid's Grenade   
+
| <code>31</code> || <code>flower_red</code> || Cupid's Grenade   
 
|-   
 
|-   
| <code>32</code> || <code>flower_blue</code> || Science Project || Science Project || Science Project
+
| <code>32</code> || <code>flower_blue</code> || Science Project
 
|-   
 
|-   
| <code>33</code> || <code>toy_gentle</code> || Manual Honer || Manual Honer || Manual Honer
+
| <code>33</code> || <code>toy_gentle</code> || Manual Honer
 
|-   
 
|-   
 
| <code>34</code> || <code>toy_lady</code> || Broken Food Master || Merciless Extractor || Broken Cooking God
 
| <code>34</code> || <code>toy_lady</code> || Broken Food Master || Merciless Extractor || Broken Cooking God
 
|-   
 
|-   
| <code>35</code> || <code>toy_dog</code> || Sud Generator || Sud Generator || Sud Generator   
+
| <code>35</code> || <code>toy_dog</code> || Sud Generator   
 
|-   
 
|-   
| <code>36</code> || <code>toy_cat</code> || Wiggle Noggin || Wiggle Noggin || Wiggle Noggin
+
| <code>36</code> || <code>toy_cat</code> || Wiggle Noggin
 
|-   
 
|-   
| <code>37</code> || <code>gear</code> || Omega Flywheel || Omega Flywheel || Omega Flywheel
+
| <code>37</code> || <code>gear</code> || Omega Flywheel
 
|-   
 
|-   
| <code>38</code> || <code>gold_medal</code> || Lustrous Element || Lustrous Element || Lustrous Element
+
| <code>38</code> || <code>gold_medal</code> || Lustrous Element
 
|-   
 
|-   
| <code>39</code> || <code>gum_tape</code> || Superstick Textile || Superstick Textile || Superstick Textile
+
| <code>39</code> || <code>gum_tape</code> || Superstick Textile
 
|-   
 
|-   
| <code>40</code> || <code>halloween</code> || Possessed Squash || Possessed Squash || Possessed Squash
+
| <code>40</code> || <code>halloween</code> || Possessed Squash
 
|-   
 
|-   
| <code>41</code> || <code>haniwa</code> || Gyroid Bust || Gyroid Bust || Gyroid Bust
+
| <code>41</code> || <code>haniwa</code> || Gyroid Bust
 
|-   
 
|-   
| <code>42</code> || <code>ichigo</code> || Sunseed Berry || Sunseed Berry || Sunseed Berry   
+
| <code>42</code> || <code>ichigo</code> || Sunseed Berry   
 
|-   
 
|-   
| <code>43</code> || <code>juji_key</code> || Glee Spinner || Glee Spinner || Glee Spinner   
+
| <code>43</code> || <code>juji_key</code> || Glee Spinner   
 
|-   
 
|-   
| <code>44</code> || <code>kan</code> || Decorative Goo || Decorative Goo || Decorative Goo
+
| <code>44</code> || <code>kan</code> || Decorative Goo
 
|-   
 
|-   
| <code>45</code> || <code>kinoko</code> || Anti-hiccup Fungus || Anti-hiccup Fungus || Anti-hiccup Fungus   
+
| <code>45</code> || <code>kinoko</code> || Anti-hiccup Fungus   
 
|-   
 
|-   
| <code>46</code> || <code>kouseki_suisyou</code> || Crystal King || Crystal King  || Crystal King
+
| <code>46</code> || <code>kouseki_suisyou</code> || Crystal King   
 
|-   
 
|-   
| <code>47</code> || <code>kumakibori</code> || Fossilized Ursidae || Fossilized Ursidae || Fossilized Ursidae 
+
| <code>47</code> || <code>kumakibori</code> || Fossilized Ursidae
 
|-   
 
|-   
| <code>48</code> || <code>locket</code> || Time Capsule || Time Capsule || Time Capsule
+
| <code>48</code> || <code>locket</code> || Time Capsule
 
|-   
 
|-   
| <code>49</code> || <code>makigai</code> || Olimarnite Shell || Olimarnite Shell || Olimarnite Shell   
+
| <code>49</code> || <code>makigai</code> || Olimarnite Shell   
 
|-   
 
|-   
| <code>50</code> || <code>matu_bokkuri</code> || Conifer Spire || Conifer Spire || Conifer Spire   
+
| <code>50</code> || <code>matu_bokkuri</code> || Conifer Spire   
 
|-   
 
|-   
 
| <code>51</code> || <code>milk_cap</code> || Abstract Masterpiece || Plentiful Tank || Estimated Object GF
 
| <code>51</code> || <code>milk_cap</code> || Abstract Masterpiece || Plentiful Tank || Estimated Object GF
Line 336: Line 334:
 
| <code>52</code> || <code>momiji_normal</code> || Arboreal Frippery  || Abroral Frippery || Aboreal Frippery
 
| <code>52</code> || <code>momiji_normal</code> || Arboreal Frippery  || Abroral Frippery || Aboreal Frippery
 
|-   
 
|-   
| <code>53</code> || <code>momiji_kare</code> || Onion Replica || Onion Replica || Onion Replica   
+
| <code>53</code> || <code>momiji_kare</code> || Onion Replica   
 
|-   
 
|-   
| <code>54</code> || <code>momiji_red</code> || Infernal Vegetable || Infernal Vegetable || Infernal Vegetable   
+
| <code>54</code> || <code>momiji_red</code> || Infernal Vegetable   
 
|-   
 
|-   
| <code>55</code> || <code>nut</code> || Adamantine Girdle || Adamantine Girdle || Adamantine Girdle
+
| <code>55</code> || <code>nut</code> || Adamantine Girdle
 
|-   
 
|-   
| <code>56</code> || <code>tatebue</code> || Director of Destiny || Director of Destiny || Director of Destiny   
+
| <code>56</code> || <code>tatebue</code> || Directory of Destiny   
 
|-   
 
|-   
| <code>57</code> || <code>saru_head</code> || Colossal Fossil || Colossal Fossil || Colossal Fossil   
+
| <code>57</code> || <code>saru_head</code> || Colossal Fossil   
 
|-   
 
|-   
| <code>58</code> || <code>sensya</code> || Invigorator || Invigorator || Invigorator
+
| <code>58</code> || <code>sensya</code> || Invigorator
 
|-   
 
|-   
| <code>59</code> || <code>sinkukan</code> || Vacuum Processor || Vacuum Processor || Vacuum Processor
+
| <code>59</code> || <code>sinkukan</code> || Vacuum Processor
 
|-   
 
|-   
| <code>60</code> || <code>silver_medal</code> || Mirrored Element || Mirrored Element || Mirrored Element   
+
| <code>60</code> || <code>silver_medal</code> || Mirrored Element   
 
|-   
 
|-   
| <code>61</code> || <code>tel_dial</code> || Nouveau Table || Nouveau Table || Nouveau Table   
+
| <code>61</code> || <code>tel_dial</code> || Nouveau Table   
 
|-   
 
|-   
| <code>62</code> || <code>toy_ring_a_red</code> || Pink Menace || Pink Menace || Pink Menace
+
| <code>62</code> || <code>toy_ring_a_red</code> || Pink Menace
 
|-   
 
|-   
| <code>63</code> || <code>toy_ring_a_blue</code> || Frosty Bauble || Frosty Bauble || Frosty Bauble   
+
| <code>63</code> || <code>toy_ring_a_blue</code> || Frosty Bauble   
 
|-   
 
|-   
| <code>64</code> || <code>toy_ring_a_green</code> || Gemstar Husband || Gemstar Husband || Gemstar Husband   
+
| <code>64</code> || <code>toy_ring_a_green</code> || Gemstar Husband   
 
|-   
 
|-   
| <code>65</code> || <code>toy_ring_b_red</code> || Gemstar Wife || Gemstar Wife || Gemstar Wife   
+
| <code>65</code> || <code>toy_ring_b_red</code> || Gemstar Wife   
 
|-   
 
|-   
| <code>66</code> || <code>toy_ring_b_blue</code> || Universal Com || Universal Com || Universal Com
+
| <code>66</code> || <code>toy_ring_b_blue</code> || Universal Com
 
|-   
 
|-   
| <code>67</code> || <code>toy_ring_b_green</code> || Joyless Jewel || Joyless Jewel || Joyless Jewel
+
| <code>67</code> || <code>toy_ring_b_green</code> || Joyless Jewel
 
|-   
 
|-   
| <code>68</code> || <code>toy_ring_c_red</code> || Fleeting Art Form || Fleeting Art Form || Fleeting Art Form
+
| <code>68</code> || <code>toy_ring_c_red</code> || Fleeting Art Form
 
|-   
 
|-   
| <code>69</code> || <code>toy_ring_c_green</code> || Innocence Lost || Innocence Lost || Innocence Lost
+
| <code>69</code> || <code>toy_ring_c_green</code> || Innocence Lost
 
|-   
 
|-   
| <code>70</code> || <code>toy_ring_c_blue</code> || Icon of Progress || Icon of Progress || Icon of Progress
+
| <code>70</code> || <code>toy_ring_c_blue</code> || Icon of Progress
 
|-   
 
|-   
| <code>71</code> || <code>toy_teala</code> || Unspeakable Wonder || Unspeakable Wonder || Unspeakable Wonder   
+
| <code>71</code> || <code>toy_teala</code> || Unspeakable Wonder   
 
|-   
 
|-   
| <code>72</code> || <code>turi_uki</code> || Aquatic Mine || Aquatic Mine || Aquatic Mine   
+
| <code>72</code> || <code>turi_uki</code> || Aquatic Mine   
 
|-   
 
|-   
| <code>73</code> || <code>watch</code> || Temporal Mechanism || Temporal Mechanism || Temporal Mechanism 
+
| <code>73</code> || <code>watch</code> || Temporal Mechanism
 
|-   
 
|-   
| <code>74</code> || <code>Xmas_item</code> || Essential Furnishing || Essential Furnishing || Essential Furnishing   
+
| <code>74</code> || <code>Xmas_item</code> || Essential Furnishing   
 
|-   
 
|-   
| <code>75</code> || <code>yoyo_red</code> || Flame Tiller || Flame Tiller || Flame Tiller   
+
| <code>75</code> || <code>yoyo_red</code> || Flame Tiller   
 
|-   
 
|-   
| <code>76</code> || <code>yoyo_yellow</code> || Doomsday Apparatus || Doomsday Apparatus || Doomsday Apparatus   
+
| <code>76</code> || <code>yoyo_yellow</code> || Doomsday Apparatus   
 
|-   
 
|-   
 
| <code>77</code> || <code>yoyo_blue</code> || Impediment Scourge || Impediment Scourge || Lightning Bolt
 
| <code>77</code> || <code>yoyo_blue</code> || Impediment Scourge || Impediment Scourge || Lightning Bolt
 
|-   
 
|-   
| <code>78</code> || <code>flask</code> || Future Orb || Future Orb || Future Orb   
+
| <code>78</code> || <code>flask</code> || Future Orb   
 
|-   
 
|-   
| <code>79</code> || <code>elec</code> || Shock Therapist || Shock Therapist || Shock Therapist   
+
| <code>79</code> || <code>elec</code> || Shock Therapist   
 
|-   
 
|-   
| <code>80</code> || <code>fire</code> || Flare Cannon || Flare Cannon || Flare Cannon   
+
| <code>80</code> || <code>fire</code> || Flare Cannon   
 
|-   
 
|-   
| <code>81</code> || <code>gas</code> || Comedy Bomb || Comedy Bomb || Comedy Bomb   
+
| <code>81</code> || <code>gas</code> || Comedy Bomb   
 
|-   
 
|-   
| <code>82</code> || <code>water</code> || Monster Pump || Monster Pump || Monster Pump   
+
| <code>82</code> || <code>water</code> || Monster Pump   
 
|-   
 
|-   
| <code>83</code> || <code>mojiban</code> || Mystical Disc || Mystical Disc || Mystical Disc   
+
| <code>83</code> || <code>mojiban</code> || Mystical Disc   
 
|-   
 
|-   
| <code>84</code> || <code>futa_a_gold</code> || Vorpal Platter || Vorpal Platter || Vorpal Platter   
+
| <code>84</code> || <code>futa_a_gold</code> || Vorpal Platter   
 
|-   
 
|-   
| <code>85</code> || <code>futa_a_silver</code> || Taste Sensation || Taste Sensation || Taste Sensation   
+
| <code>85</code> || <code>futa_a_silver</code> || Taste Sensation   
 
|-   
 
|-   
 
| <code>86</code> || <code>kan_b_gold</code> || Lip Service || Lip Service || Family Raft
 
| <code>86</code> || <code>kan_b_gold</code> || Lip Service || Lip Service || Family Raft
 
|-   
 
|-   
| <code>87</code> || <code>kan_b_silver</code> || Utter Scrap || Utter Scrap || Utter Scrap
+
| <code>87</code> || <code>kan_b_silver</code> || Utter Scrap
 
|-   
 
|-   
| <code>88</code> || <code>ahiru_head</code> || Paradoxical Enigma || Paradoxical Enigma || Paradoxical Enigma   
+
| <code>88</code> || <code>ahiru_head</code> || Paradoxical Enigma   
 
|-   
 
|-   
| <code>89</code> || <code>loozy</code> || King of Bugs || King of Bugs || King of Bugs
+
| <code>89</code> || <code>loozy</code> || King of Bugs
 
|-   
 
|-   
| <code>90</code> || <code>teala_dia_a</code> || Essence of Rage || Essence of Rage || Essence of Rage   
+
| <code>90</code> || <code>teala_dia_a</code> || Essence of Rage   
 
|-   
 
|-   
| <code>91</code> || <code>teala_dia_b</code> || Essence of Despair || Essence of Despair || Essence of Despair   
+
| <code>91</code> || <code>teala_dia_b</code> || Essence of Despair   
 
|-   
 
|-   
| <code>92</code> || <code>teala_dia_c</code> || Essence of True Love || Essence of True Love || Essence of True Love   
+
| <code>92</code> || <code>teala_dia_c</code> || Essence of True Love   
 
|-   
 
|-   
| <code>93</code> || <code>teala_dia_d</code> || Essence of Desire || Essence of Desire || Essence of Desire   
+
| <code>93</code> || <code>teala_dia_d</code> || Essence of Desire   
 
|-   
 
|-   
| <code>94</code> || <code>dia_a_red</code> || Citrus Lump || Citrus Lump || Citrus Lump   
+
| <code>94</code> || <code>dia_a_red</code> || Citrus Lump   
 
|-   
 
|-   
| <code>95</code> || <code>dia_a_blue</code> || Behemoth Jaw || Behemoth Jaw || Behemoth Jaw   
+
| <code>95</code> || <code>dia_a_blue</code> || Behemoth Jaw   
 
|-   
 
|-   
| <code>96</code> || <code>dia_a_green</code> || Anxious Sprout || Anxious Sprout || Anxious Sprout
+
| <code>96</code> || <code>dia_a_green</code> || Anxious Sprout
 
|-   
 
|-   
| <code>97</code> || <code>dia_b_red</code> || Implement of Toil || Implement of Toil || Implement of Toil   
+
| <code>97</code> || <code>dia_b_red</code> || Implement of Toil   
 
|-   
 
|-   
| <code>98</code> || <code>dia_b_blue</code> || Luck Wafer || Luck Wafer || Luck Wafer   
+
| <code>98</code> || <code>dia_b_blue</code> || Luck Wafer   
 
|-   
 
|-   
| <code>99</code> || <code>dia_b_green</code> || Meat of Champions || Meat of Champions || Meat of Champions   
+
| <code>99</code> || <code>dia_b_green</code> || Meat of Champions   
 
|-   
 
|-   
| <code>100</code> || <code>dia_c_red</code> || Talisman of Life || Talisman of Life || Talisman of Life   
+
| <code>100</code> || <code>dia_c_red</code> || Talisman of Life   
 
|-   
 
|-   
| <code>101</code> || <code>dia_c_green</code> || Strife Monolith || Strife Monolith || Strife Monolith   
+
| <code>101</code> || <code>dia_c_green</code> || Strife Monolith   
 
|-   
 
|-   
| <code>102</code> || <code>dia_c_blue</code> || Boss Stone || Boss Stone || Boss Stone   
+
| <code>102</code> || <code>dia_c_blue</code> || Boss Stone   
 
|-   
 
|-   
| <code>103</code> || <code>kinoko_doku</code> || Toxic Toadstool || Toxic Toadstool || Toxic Toadstool   
+
| <code>103</code> || <code>kinoko_doku</code> || Toxic Toadstool   
 
|-   
 
|-   
| <code>104</code> || <code>kinoko_tubu</code> || Growshroom || Growshroom || Growshroom   
+
| <code>104</code> || <code>kinoko_tubu</code> || Growshroom   
 
|-   
 
|-   
| <code>105</code> || <code>sinkukan_b</code> || Indomitable CPU || Indomitable CPU || Indomitable CPU   
+
| <code>105</code> || <code>sinkukan_b</code> || Indomitable CPU   
 
|-   
 
|-   
| <code>106</code> || <code>sinkukan_c</code> || Network Mainbrain || Network Mainbrain || Network Mainbrain   
+
| <code>106</code> || <code>sinkukan_c</code> || Network Mainbrain   
 
|-   
 
|-   
| <code>107</code> || <code>bolt_l</code> || Repair Juggernaut || Repair Juggernaut || Repair Juggernaut
+
| <code>107</code> || <code>bolt_l</code> || Repair Juggernaut
 
|-   
 
|-   
| <code>108</code> || <code>gum_tape_s</code> || Exhausted Superstick || Exhausted Superstick || Exhausted Superstick   
+
| <code>108</code> || <code>gum_tape_s</code> || Exhausted Superstick   
 
|-   
 
|-   
| <code>109</code> || <code>baum_kuchen_s</code> || Pastry Wheel || Pastry Wheel || Pastry Wheel
+
| <code>109</code> || <code>baum_kuchen_s</code> || Pastry Wheel
 
|-   
 
|-   
| <code>110</code> || <code>ichigo_l</code> || Combustion Berry || Combustion Berry || Combustion Berry   
+
| <code>110</code> || <code>ichigo_l</code> || Combustion Berry   
 
|-   
 
|-   
| <code>111</code> || <code>cookie_m_l</code> || Imperative Cookie || Imperative Cookie || Imperative Cookie   
+
| <code>111</code> || <code>cookie_m_l</code> || Imperative Cookie   
 
|-   
 
|-   
| <code>112</code> || <code>cookie_u</code> || Compelling Cookie || Compelling Cookie || Compelling Cookie   
+
| <code>112</code> || <code>cookie_u</code> || Compelling Cookie   
 
|-   
 
|-   
| <code>113</code> || <code>cookie_u_l</code> || Impenetrable Cookie || Impenetrable Cookie || Impenetrable Cookie   
+
| <code>113</code> || <code>cookie_u_l</code> || Impenetrable Cookie   
 
|-   
 
|-   
| <code>114</code> || <code>cookie_s</code> || Comfort Cookie || Comfort Cookie || Comfort Cookie   
+
| <code>114</code> || <code>cookie_s</code> || Comfort Cookie   
 
|-   
 
|-   
| <code>115</code> || <code>cookie_s_l</code> || Succulent Mattress || Succulent Mattress || Succulent Mattress
+
| <code>115</code> || <code>cookie_s_l</code> || Succulent Mattress
 
|-   
 
|-   
| <code>116</code> || <code>donguri_l</code> || Corpulent Nut || Corpulent Nut || Corpulent Nut   
+
| <code>116</code> || <code>donguri_l</code> || Corpulent Nut   
 
|-   
 
|-   
 
| <code>117</code> || <code>fire_helmet</code> || Alien Billboard || Nutrient Silo || Alien Billboard
 
| <code>117</code> || <code>fire_helmet</code> || Alien Billboard || Nutrient Silo || Alien Billboard
 
|-   
 
|-   
| <code>118</code> || <code>nut_l</code> || Massage Girdle || Massage Girdle || Massage Girdle   
+
| <code>118</code> || <code>nut_l</code> || Massage Girdle   
 
|-   
 
|-   
| <code>119</code> || <code>be_dama_red_l</code> || Crystallized Telepathy || Crystallized Telepathy || Crystallized Telepathy   
+
| <code>119</code> || <code>be_dama_red_l</code> || Crystallized Telepathy   
 
|-   
 
|-   
| <code>120</code> || <code>be_dama_yellow_l</code> || Crystallized Telekinesis || Crystallized Telekinesis || Crystallized Telekinesis   
+
| <code>120</code> || <code>be_dama_yellow_l</code> || Crystallized Telekinesis   
 
|-   
 
|-   
| <code>121</code> || <code>be_dama_blue_l</code> || Crystallized Clairvoyance || Crystallized Clairvoyance || Crystallized Clairvoyance   
+
| <code>121</code> || <code>be_dama_blue_l</code> || Crystallized Clairvoyance   
 
|-   
 
|-   
| <code>122</code> || <code>diamond_red_l</code> || Eternal Emerald Eye || Eternal Emerald Eye || Eternal Emerald Eye   
+
| <code>122</code> || <code>diamond_red_l</code> || Eternal Emerald Eye   
 
|-   
 
|-   
| <code>123</code> || <code>diamond_blue_l</code> || Tear Stone || Tear Stone || Tear Stone
+
| <code>123</code> || <code>diamond_blue_l</code> || Tear Stone
 
|-   
 
|-   
| <code>124</code> || <code>diamond_green_l</code> || Crystal Clover || Crystal Clover || Crystal Clover   
+
| <code>124</code> || <code>diamond_green_l</code> || Crystal Clover   
 
|-   
 
|-   
| <code>125</code> || <code>bell_red</code> || Danger Chime || Danger Chime || Danger Chime   
+
| <code>125</code> || <code>bell_red</code> || Danger Chime   
 
|-   
 
|-   
| <code>126</code> || <code>bell_blue</code> || Sulking Antenna || Sulking Antenna || Sulking Antenna
+
| <code>126</code> || <code>bell_blue</code> || Sulking Antenna
 
|-   
 
|-   
| <code>127</code> || <code>bell_yellow</code> || Spouse Alert || Spouse Alert || Spouse Alert   
+
| <code>127</code> || <code>bell_yellow</code> || Spouse Alert   
 
|-   
 
|-   
| <code>128</code> || <code>bane_red</code> || Master's Instrument || Master's Instrument || Master's Instrument 
+
| <code>128</code> || <code>bane_red</code> || Master's Instrument
 
|-   
 
|-   
| <code>129</code> || <code>bane_blue</code> || Extreme Perspirator || Extreme Perspirator || Extreme Perspirator   
+
| <code>129</code> || <code>bane_blue</code> || Extreme Perspirator   
 
|-   
 
|-   
| <code>130</code> || <code>bane_yellow</code> || Pilgrim Bulb || Pilgrim Bulb || Pilgrim Bulb   
+
| <code>130</code> || <code>bane_yellow</code> || Pilgrim Bulb   
 
|-   
 
|-   
| <code>131</code> || <code>juji_key_fc</code> || Stone of Glory || Stone of Glory || Stone of Glory   
+
| <code>131</code> || <code>juji_key_fc</code> || Stone of Glory   
 
|-   
 
|-   
| <code>132</code> || <code>tape_red</code> || Furious Adhesive || Furious Adhesive || Furious Adhesive   
+
| <code>132</code> || <code>tape_red</code> || Furious Adhesive   
 
|-   
 
|-   
| <code>133</code> || <code>tape_yellow</code> || Quenching Emblem || Quenching Emblem || Quenching Emblem   
+
| <code>133</code> || <code>tape_yellow</code> || Quenching Emblem   
 
|-   
 
|-   
 
| <code>134</code> || <code>tape_blue</code> || Flame of Tomorrow || Flame of Tomorrow || Flame of Tomorrow
 
| <code>134</code> || <code>tape_blue</code> || Flame of Tomorrow || Flame of Tomorrow || Flame of Tomorrow
 
|-   
 
|-   
| <code>135</code> || <code>leaf_normal</code> || Love Nugget || Love Nugget || Love Nugget
+
| <code>135</code> || <code>leaf_normal</code> || Love Nugget
 
|-   
 
|-   
| <code>136</code> || <code>leaf_yellow</code> || Child of the Earth || Child of the Earth || Child of the Earth   
+
| <code>136</code> || <code>leaf_yellow</code> || Child of the Earth   
 
|-   
 
|-   
| <code>137</code> || <code>leaf_kare</code> || Disguised Delicacy || Disguised Delicacy || Disguised Delicacy   
+
| <code>137</code> || <code>leaf_kare</code> || Disguised Delicacy   
 
|-   
 
|-   
 
| <code>138</code> || <code>denchi_3_red</code> || Proton AA || Proton AA || Proton X
 
| <code>138</code> || <code>denchi_3_red</code> || Proton AA || Proton AA || Proton X
Line 518: Line 516:
 
| <code>143</code> || <code>denchi_1_black</code> || Thirst Activator  || Perfect Container || Alternative Reactor
 
| <code>143</code> || <code>denchi_1_black</code> || Thirst Activator  || Perfect Container || Alternative Reactor
 
|-   
 
|-   
| <code>144</code> || <code>castanets</code> || Harmonic Synthesizer || Harmonic Synthesizer || Harmonic Synthesizer   
+
| <code>144</code> || <code>castanets</code> || Harmonic Synthesizer   
 
|-   
 
|-   
 
| <code>145</code> || <code>otama</code> || Merciless Extractor || Divine Cooking Tool || Divine Cooking Tool
 
| <code>145</code> || <code>otama</code> || Merciless Extractor || Divine Cooking Tool || Divine Cooking Tool
 
|-   
 
|-   
| <code>146</code> || <code>robot_head</code> || Remembered Old Buddy || Remembered Old Buddy || Remembered Old Buddy
+
| <code>146</code> || <code>robot_head</code> || Remembered Old Buddy
 
|-   
 
|-   
| <code>147</code> || <code>j_block_red</code> || Fond Gyro Block || Fond Gyro Block || Fond Gyro Block   
+
| <code>147</code> || <code>j_block_red</code> || Fond Gyro Block   
 
|-   
 
|-   
| <code>148</code> || <code>j_block_yellow</code> || Memorable Gyro Block || Memorable Gyro Block || Memorable Gyro Block   
+
| <code>148</code> || <code>j_block_yellow</code> || Memorable Gyro Block   
 
|-   
 
|-   
| <code>149</code> || <code>j_block_green</code> || Lost Gyro Block || Lost Gyro Block || Lost Gyro Block   
+
| <code>149</code> || <code>j_block_green</code> || Lost Gyro Block   
 
|-   
 
|-   
| <code>150</code> || <code>j_block_blue</code> || Favorite Gyro Block || Favorite Gyro Block || Favorite Gyro Block
+
| <code>150</code> || <code>j_block_blue</code> || Favorite Gyro Block
 
|-   
 
|-   
| <code>151</code> || <code>j_block_white</code> || Treasured Gyro Block || Treasured Gyro Block || Treasured Gyro Block   
+
| <code>151</code> || <code>j_block_white</code> || Treasured Gyro Block   
 
|-   
 
|-   
| <code>152</code> || <code>akagai</code> || Fortified Delicacy || Fortified Delicacy || Fortified Delicacy
+
| <code>152</code> || <code>akagai</code> || Fortified Delicacy
 
|-   
 
|-   
| <code>153</code> || <code>hotate</code> || Scrumptious Shell || Scrumptious Shell || Scrumptious Shell   
+
| <code>153</code> || <code>hotate</code> || Scrumptious Shell   
 
|-   
 
|-   
| <code>154</code> || <code>sinjyu</code> || Memorial Shell || Memorial Shell || Memorial Shell   
+
| <code>154</code> || <code>sinjyu</code> || Memorial Shell   
 
|-   
 
|-   
| <code>155</code> || <code>donutschoco_s</code> || Chance Totem || Chance Totem || Chance Totem   
+
| <code>155</code> || <code>donutschoco_s</code> || Chance Totem   
 
|-   
 
|-   
| <code>156</code> || <code>donutsichigo_s</code> || Dream Architect || Dream Architect || Dream Architect   
+
| <code>156</code> || <code>donutsichigo_s</code> || Dream Architect   
 
|-   
 
|-   
| <code>157</code> || <code>donutswhite_s</code> || Spiny Alien Treat || Spiny Alien Treat || Spiny Alien Treat   
+
| <code>157</code> || <code>donutswhite_s</code> || Spiny Alien Treat   
 
|-   
 
|-   
| <code>158</code> || <code>gear_silver</code> || Spirit Flogger || Spirit Flogger || Spirit Flogger   
+
| <code>158</code> || <code>gear_silver</code> || Spirit Flogger   
 
|-   
 
|-   
| <code>159</code> || <code>compact_make</code> || Mirrored Stage || Mirrored Stage || Mirrored Stage   
+
| <code>159</code> || <code>compact_make</code> || Mirrored Stage   
 
|-   
 
|-   
| <code>160</code> || <code>chocolate_l</code> || Enamel Buster || Enamel Buster || Enamel Buster   
+
| <code>160</code> || <code>chocolate_l</code> || Enamel Buster   
 
|-   
 
|-   
| <code>161</code> || <code>chocoichigo_l</code> || Drought Ender || Drought Ender || Drought Ender   
+
| <code>161</code> || <code>chocoichigo_l</code> || Drought Ender   
 
|-   
 
|-   
| <code>162</code> || <code>chocowhite_l</code> || White Goodness || White Goodness || White Goodness
+
| <code>162</code> || <code>chocowhite_l</code> || White Goodness
 
|-   
 
|-   
 
| <code>163</code> || <code>g_futa_kyodo</code> || Salivatrix || Salivatrix || Highly Logical Money
 
| <code>163</code> || <code>g_futa_kyodo</code> || Salivatrix || Salivatrix || Highly Logical Money
Line 578: Line 576:
 
| <code>173</code> || <code>g_futa_hiruzen</code> || Healing Cask || Hypnotic Platter || Seat of Enlightenment
 
| <code>173</code> || <code>g_futa_hiruzen</code> || Healing Cask || Hypnotic Platter || Seat of Enlightenment
 
|-   
 
|-   
| <code>174</code> || <code>g_futa_kitaama</code> || Pondering Emblem || Happiness Emblem || Milky Cradle
+
| <code>174</code> || <code>g_futa_kitaama</code> || Pondering Emblem || Hapiness Emblem || Milky Cradle
 
|-   
 
|-   
 
| <code>175</code> || <code>g_futa_nihonraku</code> || Activity Arouser || Pondering Emblem || Anywhere Floater
 
| <code>175</code> || <code>g_futa_nihonraku</code> || Activity Arouser || Pondering Emblem || Anywhere Floater
Line 594: Line 592:
 
| <code>181</code> || <code>kan_imuraya</code> || Drone Supplies || Open Archive || Open Archive
 
| <code>181</code> || <code>kan_imuraya</code> || Drone Supplies || Open Archive || Open Archive
 
|-   
 
|-   
| <code>182</code> || <code>wadou_kaichin</code> || Unknown Merit || Unknown Merit || Unknown Merit   
+
| <code>182</code> || <code>wadou_kaichin</code> || Unknown Merit   
 
|-   
 
|-   
| <code>183</code> || <code>kuri</code> || Seed of Greed || Seed of Greed || Seed of Greed
+
| <code>183</code> || <code>kuri</code> || Seed of Greed
 
|-   
 
|-   
| <code>184</code> || <code>uji_jisyaku</code> || Heavy-Duty Magnetizer || Heavy-Duty Magnetizer || Heavy-Duty Magnetizer   
+
| <code>184</code> || <code>uji_jisyaku</code> || Heavy-Duty Magnetizer   
 
|-   
 
|-   
| <code>185</code> || <code>badminton</code> || Air Brake || Air Brake || Air Brake   
+
| <code>185</code> || <code>badminton</code> || Air Brake   
 
|-   
 
|-   
| <code>186</code> || <code>medama_yaki</code> || Hideous Victual || Hideous Victual || Hideous Victual   
+
| <code>186</code> || <code>medama_yaki</code> || Hideous Victual   
 
|-   
 
|-   
| <code>187</code> || <code>whistle</code> || Emperor Whistle || Emperor Whistle || Emperor Whistle
+
| <code>187</code> || <code>whistle</code> || Emperor Whistle
 
|}
 
|}
  
Line 645: Line 643:
  
 
== Caves ==
 
== Caves ==
The 4-character "Cave ID" is the primary ID, used throughout the game's code and data.
 
 
The "Config file" contains the [[cave generation parameters]], and is referenced in <code>defaultgen.txt</code> for each overworld, and <code>stages.txt</code>.
 
 
The "Text ID" corresponds to the cave's name.
 
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
! Location || Name || Config file || Cave ID || Text ID
+
! Area || Internal name || Game name
|-
 
| Valley of Repose 1 || Emergence Cave || <code>tutorial_1.txt</code> || <code>t_01</code> || <code>8395</code>
 
|-
 
| Valley of Repose 2 || Subterranean Complex || <code>tutorial_2.txt</code> || <code>t_02</code> || <code>8399</code>
 
|-
 
| Valley of Repose 3 || Frontier Cavern || <code>tutorial_3.txt</code> || <code>t_03</code> || <code>8400</code>
 
|-
 
| Awakening Wood 1 || Hole of Beasts || <code>forest_1.txt</code> || <code>f_01</code> || <code>8396</code>
 
|-
 
| Awakening Wood 2 || White Flower Garden || <code>forest_2.txt</code> || <code>f_02</code> || <code>8398</code>
 
|-
 
| Awakening Wood 3 || Bulblax Kingdom || <code>forest_3.txt</code> || <code>f_03</code> || <code>8401</code>
 
|-
 
| Awakening Wood 4 || Snagret Hole || <code>forest_4.txt</code> || <code>f_04</code> || <code>8410</code>
 
|-
 
| Perplexing Pool 1 || Citadel of Spiders || <code>yakushima_1.txt</code> || <code>y_01</code> || <code>8397</code>
 
|-
 
| Perplexing Pool 2 || Glutton's Kitchen || <code>yakushima_2.txt</code> || <code>y_02</code> || <code>8402</code>
 
|-
 
| Perplexing Pool 3 || Shower Room || <code>yakushima_3.txt</code> || <code>y_03</code> || <code>8403</code>
 
|-
 
| Perplexing Pool 4 || Submerged Castle || <code>yakushima_4.txt</code> || <code>y_04</code> || <code>8411</code>
 
|-
 
| Wistful Wild 1 || Cavern of Chaos || <code>last_1.txt</code> || <code>l_01</code> || <code>8412</code>
 
|-
 
| Wistful Wild 2 || Hole of Heroes || <code>last_2.txt</code> || <code>l_02</code> || <code>8413</code>
 
|-
 
| Wistful Wild 3 || Dream Den || <code>last_3.txt</code> || <code>l_03</code> || <code>8414</code>
 
|-
 
| Challenge Mode 01 || Explorer's Cave || <code>ch_ABEM_tutorial.txt</code> || <code>c_00</code> || <code>4900</code>
 
|-
 
| Challenge Mode 02 || Novice Training || <code>ch_NARI_07whitepurple.txt</code>|| <code>c_20</code> || <code>4920</code>
 
|-
 
| Challenge Mode 03 || Lost Toy Box || <code>ch_NARI_03toy.txt</code>|| <code>c_05</code> || <code>4905</code>
 
|-
 
| Challenge Mode 04 || Creator's Garden || <code>ch_NARI_01kusachi.txt</code>|| <code>c_03</code> || <code>4903</code>
 
|-
 
| Challenge Mode 05 || Green Hole || <code>ch_ABEM_LeafChappy.txt</code>|| <code>c_17</code> || <code>4917</code>
 
|-
 
| Challenge Mode 06 || Hot House || <code>ch_NARI_05start3easy.txt</code>|| <code>c_15</code> || <code>4915</code>
 
|-
 
| Challenge Mode 07 || Brawny Abyss || <code>ch_MUKI_metal.txt</code>|| <code>c_01</code> || <code>4901</code>
 
|-
 
| Challenge Mode 08 || Red Chasm || <code>ch_MAT_limited_time.txt</code>|| <code>c_11</code> || <code>4911</code>
 
|-
 
| Challenge Mode 09 || Trampled Garden || <code>ch_MAT_t_hunter_hana.txt</code>|| <code>c_14</code> || <code>4914</code>
 
|-
 
| Challenge Mode 10 || Twilight Garden || <code>ch_MUKI_damagumo.txt</code>|| <code>c_06</code> || <code>4906</code>
 
|-
 
| Challenge Mode 11 || Cryptic Cavern || <code>ch_MAT_t_hunter_enemy.txt</code>|| <code>c_10</code> || <code>4910</code>
 
|-
 
| Challenge Mode 12 || Concrete Maze || <code>ch_MAT_conc_cave.txt</code>|| <code>c_02</code> || <code>4902</code>
 
|-
 
| Challenge Mode 13 || Collector's Room || <code>ch_NARI_04series.txt</code>|| <code>c_12</code> || <code>4912</code>
 
|-
 
| Challenge Mode 14 || Dweevil Nest || <code>ch_MAT_t_hunter_otakara.txt</code>|| <code>c_23</code> || <code>4923</code>
 
|-
 
| Challenge Mode 15 || Cavernous Abyss || <code>ch_MUKI_bigfoot.txt</code>|| <code>c_07</code> || <code>4907</code>
 
 
|-
 
|-
| Challenge Mode 16 || Snack Pit || <code>ch_MIYA_oopan.txt</code>|| <code>c_21</code> || <code>4921</code>
+
| Valley of Repose || <code>tutorial_1</code> || Emergence Cave
 
|-
 
|-
| Challenge Mode 17 || Three Color Training || <code>ch_MAT_yellow_purple_white.txt</code>|| <code>c_19</code> || <code>4919</code>
+
| Valley of Repose || <code>tutorial_2</code> || Subterranean Complex
 
|-
 
|-
| Challenge Mode 18 || Hazard Training || <code>ch_MUKI_redblue.txt</code>|| <code>c_18</code> || <code>4918</code>
+
| Valley of Repose || <code>tutorial_3</code> || Frontier Cavern
 
|-
 
|-
| Challenge Mode 19 || Cave of Snarls || <code>ch_NARI_08tobasare.txt</code>|| <code>c_24</code> || <code>4924</code>
+
| Awakening Wood || <code>forest_1</code> || Hole of Beasts
 
|-
 
|-
| Challenge Mode 20 || The Giant's Bath || <code>ch_NARI_02tile.txt</code>|| <code>c_04</code> || <code>4904</code>
+
| Awakening Wood || <code>forest_2</code> || White Flower Garden
 
|-
 
|-
| Challenge Mode 21 || Rumbling Grotto || <code>ch_MAT_crawler.txt</code>|| <code>c_29</code> || <code>4929</code>
+
| Awakening Wood || <code>forest_3</code> || Bulblax Kingdom
 
|-
 
|-
| Challenge Mode 22 || Subterranean Lair || <code>ch_MAT_route_rover.txt</code>|| <code>c_27</code> || <code>4927</code>
+
| Awakening Wood || <code>forest_4</code> || Snagret Hole
 
|-
 
|-
| Challenge Mode 23 || Hidden Garden || <code>ch_MUKI_enemyzero.txt</code>|| <code>c_13</code> || <code>4913</code>
+
| Perplexing Pool || <code>yakushima_1</code> || Citadel of Spiders
 
|-
 
|-
| Challenge Mode 24 || Abduction Den || <code>ch_NARI_09suikomi.txt</code>|| <code>c_25</code> || <code>4925</code>
+
| Perplexing Pool || <code>yakushima_2</code> || Glutton's Kitchen
 
|-
 
|-
| Challenge Mode 25 || Secret Testing Range || <code>ch_MUKI_houdai.txt</code>|| <code>c_08</code> || <code>4908</code>
+
| Perplexing Pool || <code>yakushima_3</code> || Shower Room
 
|-
 
|-
| Challenge Mode 26 || Breeding Ground || <code>ch_NARI_06start3hard.txt</code>|| <code>c_16</code> || <code>4916</code>
+
| Perplexing Pool || <code>yakushima_4</code> || Submerged Castle
 
|-
 
|-
| Challenge Mode 27 || Cave of Pain || <code>ch_MAT_flier.txt</code>|| <code>c_28</code> || <code>4928</code>
+
| Wistful Wild || <code>last_1</code> || Cavern of Chaos
 
|-
 
|-
| Challenge Mode 28 || Bully Den || <code>ch_MIYA_trap.txt</code>|| <code>c_26</code> || <code>4926</code>
+
| Wistful Wild || <code>last_2</code> || Hole of Heroes
 
|-
 
|-
| Challenge Mode 29 || Sniper Room || <code>ch_MUKI_bombing.txt</code>|| <code>c_22</code> || <code>4922</code>
+
| Wistful Wild || <code>last_3</code> || Dream Den
|-
 
| Challenge Mode 30 || Emperor's Realm || <code>ch_MUKI_king.txt</code>|| <code>c_09</code> || <code>4909</code>
 
|-
 
| 2-Player Battle 01 || Battle Field || <code>vs_1_otegaru.txt</code> || <code>vs00</code> || <code>4770</code>
 
|-
 
| 2-Player Battle 02 || War Path || <code>vs_5_semai.txt</code> || <code>vs04</code> || <code>4774</code>
 
|-
 
| 2-Player Battle 03 || Carpet Plain || <code>vs_3_hirobiro.txt</code> || <code>vs02</code> || <code>4772</code>
 
|-
 
| 2-Player Battle 04 || Angle Maze || <code>vs_8_kakukaku.txt</code> || <code>vs07</code> || <code>4777</code>
 
|-
 
| 2-Player Battle 05 || Colosseum || <code>vs_2_ujyaujya.txt</code> || <code>vs01</code> || <code>4771</code>
 
|-
 
| 2-Player Battle 06 || Rusty Gulch || <code>vs_6_hiyahiya.txt</code> || <code>vs05</code> || <code>4775</code>
 
|-
 
| 2-Player Battle 07 || Brawl Yard || <code>vs_7_nobinobi.txt</code> || <code>vs06</code> || <code>4776</code>
 
|-
 
| 2-Player Battle 08 || Tile Lands || <code>vs_10_tile.txt</code> || <code>vs09</code> || <code>4779</code>
 
|-
 
| 2-Player Battle 09 || Dim Labyrinth || <code>vs_9_meiro.txt</code> || <code>vs08</code> || <code>4778</code>
 
|-
 
| 2-Player Battle 10 || Hostile Territory || <code>vs_4_karakuchi.txt</code> || <code>vs03</code> || <code>4773</code>
 
|-
 
| Unused || Unused || <code>caveinfo.txt</code>|| <code>test</code> || none
 
 
|}
 
|}
  
Line 767: Line 678:
 
*Olimar is consistently referred to as <code>orima</code> in the files, which is a romanization of his Japanese name. <code>orima</code> can also refer to all leaders. His model name is <code>orima1.bmd</code>.
 
*Olimar is consistently referred to as <code>orima</code> in the files, which is a romanization of his Japanese name. <code>orima</code> can also refer to all leaders. His model name is <code>orima1.bmd</code>.
 
**When <code>orima</code> is not used to refer to all the captains, they are instead referred to as <code>navi</code>. This was Olimar's internal name in ''Pikmin'', which may be a leftover from Adam and Eve.
 
**When <code>orima</code> is not used to refer to all the captains, they are instead referred to as <code>navi</code>. This was Olimar's internal name in ''Pikmin'', which may be a leftover from Adam and Eve.
*Louie is referred to as either <code>luji</code> or <code>loozy</code>, depending on where you are looking - though usually <code>loozy</code> is reserved for his treasure form. His model name is <code>orima3.bmd</code>.
+
*Louie is referred to as either <code>luji</code> or <code>loozy</code>, depending on where you are looking. His model name is <code>orima3.bmd</code>.
 
*The President of Hocotate Freight's model name is <code>syatyou.bmd</code>. Otherwise, he's referred to as simply "President".
 
*The President of Hocotate Freight's model name is <code>syatyou.bmd</code>. Otherwise, he's referred to as simply "President".
 
== Pikmin ==
 
In many places, the Pikmin are ordered as follows:
 
<ol start="0">
 
<li>Blue Pikmin (piki_p2_blue)</li>
 
<li>Red (piki_p2_red)</li>
 
<li>Yellow (piki_p2_yellow)</li>
 
<li>Purple (piki_p2_black)</li>
 
<li>White (piki_p2_white)</li>
 
<li>Bulbmin (piki_kochappy)</li>
 
<li>Pikpik carrot (piki_ninjin)</li>
 
</ol>
 
  
 
[[Category:Pikmin 2]]
 
[[Category:Pikmin 2]]
 
[[Category:Constants]]
 
[[Category:Constants]]

Please note that all contributions to Pikmin Technical Knowledge Base are considered to be released under the Creative Commons Attribution-ShareAlike (see Pikmin Technical Knowledge Base:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: