Difference between revisions of "Pikmin 2 memory addresses"
Jump to navigation
Jump to search
m |
(Adde d Yoshi2's day number code.) |
||
Line 1: | Line 1: | ||
A list of memory addresses for important things in ''Pikmin 2''. | A list of memory addresses for important things in ''Pikmin 2''. | ||
+ | |||
+ | ==Pikmin count== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | ! rowspan="2" | Variable || colspan="6" | Address | + | ! rowspan="2" | Variable || colspan="6" | Address || rowspan="2" | Notes |
|- | |- | ||
! GC US || GC EU || GC JP || Wii US || Wii EU || Wii JP | ! GC US || GC EU || GC JP || Wii US || Wii EU || Wii JP | ||
|- | |- | ||
! Red Leafs in Onion | ! Red Leafs in Onion | ||
− | | || <code>02942BAA</code> || || || || | + | | || <code>02942BAA</code> || || || || || |
|- | |- | ||
! Red Buds in Onion | ! Red Buds in Onion | ||
− | | || <code>02942BAE</code> || || || || | + | | || <code>02942BAE</code> || || || || || |
|- | |- | ||
! Red Flowers in Onion | ! Red Flowers in Onion | ||
− | | || <code>02942BB2</code> || || || || | + | | || <code>02942BB2</code> || || || || || |
|- | |- | ||
! Purple Leafs in Ship | ! Purple Leafs in Ship | ||
− | | || <code>02942BC2</code> || || || || | + | | || <code>02942BC2</code> || || || || || |
|- | |- | ||
! Purple Buds in Ship | ! Purple Buds in Ship | ||
− | | || <code>02942BC6</code> || || || || | + | | || <code>02942BC6</code> || || || || || |
|- | |- | ||
! Purple Flowers in Ship | ! Purple Flowers in Ship | ||
− | | || <code>02942BCA</code> || || || || | + | | || <code>02942BCA</code> || || || || || |
|- | |- | ||
! White Leafs in Ship | ! White Leafs in Ship | ||
− | | || <code>02942BCE</code> || || || || | + | | || <code>02942BCE</code> || || || || || |
|- | |- | ||
! White Buds in Ship | ! White Buds in Ship | ||
− | | || <code>02942BD2</code> || || || || | + | | || <code>02942BD2</code> || || || || || |
|- | |- | ||
! White Flowers in Ship | ! White Flowers in Ship | ||
− | | || <code>02942BD6</code> || || || || | + | | || <code>02942BD6</code> || || || || || |
|- | |- | ||
! Yellow Leafs in Onion | ! Yellow Leafs in Onion | ||
− | | || <code>02942BB6</code> || || || || | + | | || <code>02942BB6</code> || || || || || |
|- | |- | ||
! Yellow Buds in Onion | ! Yellow Buds in Onion | ||
− | | || <code>02942BBA</code> || || || || | + | | || <code>02942BBA</code> || || || || || |
|- | |- | ||
! Yellow Flowers in Onion | ! Yellow Flowers in Onion | ||
− | | || <code>02942BBE</code> || || || || | + | | || <code>02942BBE</code> || || || || || |
|- | |- | ||
! Blue Leafs in Onion | ! Blue Leafs in Onion | ||
− | | || <code>02942B9E</code> || || || || | + | | || <code>02942B9E</code> || || || || || |
|- | |- | ||
! Blue Buds in Onion | ! Blue Buds in Onion | ||
− | | || <code>02942BA2</code> || || || || | + | | || <code>02942BA2</code> || || || || || |
|- | |- | ||
! Blue Flowers in Onion | ! Blue Flowers in Onion | ||
− | | || <code>02942BA6</code> || || || || | + | | || <code>02942BA6</code> || || || || || |
+ | |} | ||
+ | |||
+ | ==Adventure stats== | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | ! rowspan="2" | Variable || colspan="6" | Address || rowspan="2" | Notes | ||
+ | |- | ||
+ | ! GC US || GC EU || GC JP || Wii US || Wii EU || Wii JP | ||
|- | |- | ||
! Current total Poko count | ! Current total Poko count | ||
− | | || <code>04942A7C</code> || || || || | + | | || <code>04942A7C</code> || || || || || |
+ | |- | ||
+ | ! Current day | ||
+ | | || <code>04B0FBD8</code> || || || || || Day 1 is <code>0</code>, day 2 is <code>1</code>, etc. | ||
|} | |} | ||
[[Category:Memory addresses]] | [[Category:Memory addresses]] |
Revision as of 00:50, 21 January 2017
A list of memory addresses for important things in Pikmin 2.
Pikmin count
Variable | Address | Notes | |||||
---|---|---|---|---|---|---|---|
GC US | GC EU | GC JP | Wii US | Wii EU | Wii JP | ||
Red Leafs in Onion | 02942BAA |
||||||
Red Buds in Onion | 02942BAE |
||||||
Red Flowers in Onion | 02942BB2 |
||||||
Purple Leafs in Ship | 02942BC2 |
||||||
Purple Buds in Ship | 02942BC6 |
||||||
Purple Flowers in Ship | 02942BCA |
||||||
White Leafs in Ship | 02942BCE |
||||||
White Buds in Ship | 02942BD2 |
||||||
White Flowers in Ship | 02942BD6 |
||||||
Yellow Leafs in Onion | 02942BB6 |
||||||
Yellow Buds in Onion | 02942BBA |
||||||
Yellow Flowers in Onion | 02942BBE |
||||||
Blue Leafs in Onion | 02942B9E |
||||||
Blue Buds in Onion | 02942BA2 |
||||||
Blue Flowers in Onion | 02942BA6 |
Adventure stats
Variable | Address | Notes | |||||
---|---|---|---|---|---|---|---|
GC US | GC EU | GC JP | Wii US | Wii EU | Wii JP | ||
Current total Poko count | 04942A7C |
||||||
Current day | 04B0FBD8 |
Day 1 is 0 , day 2 is 1 , etc.
|