Pikmin 2 memory addresses

From Pikmin Technical Knowledge Base
Revision as of 01:35, 21 February 2017 by Espyo (talk | contribs) (Variable types.)
Jump to navigation Jump to search

A list of memory addresses for important things in Pikmin 2.

Leader coordinates

Variable Address Type Notes
GC US GC EU GC JP Wii US Wii EU Wii JP
Olimar's X 80e0d9b0 00e11c50 00e0f7b0 4-byte float Horizontal movement.
Olimar's Y 80e0d9b4 00e11c54 00e0f7b4 4-byte float Vertical movement.
Olimar's Z 80e0d9b8 00e11c58 00e0f7b8 4-byte float Horizontal movement.
Louie/President's X 00e0dcd0 00e11f70 00e0fad0 4-byte float Horizontal movement.
Louie/President's Y 00e0dcd4 00e11f74 00e0fad4 4-byte float Vertical movement.
Louie/President's Z 00e0dcd8 00e11f78 00e0fad8 4-byte float Horizontal movement.

Pikmin count

Variable Address Type Notes
GC US GC EU GC JP Wii US Wii EU Wii JP
Red Leafs in Onion 02942BAA 4-byte unsigned int
Red Buds in Onion 02942BAE 4-byte unsigned int
Red Flowers in Onion 02942BB2 4-byte unsigned int
Purple Leafs in Ship 02942BC2 4-byte unsigned int
Purple Buds in Ship 02942BC6 4-byte unsigned int
Purple Flowers in Ship 02942BCA 4-byte unsigned int
White Leafs in Ship 02942BCE 4-byte unsigned int
White Buds in Ship 02942BD2 4-byte unsigned int
White Flowers in Ship 02942BD6 4-byte unsigned int
Yellow Leafs in Onion 02942BB6 4-byte unsigned int
Yellow Buds in Onion 02942BBA 4-byte unsigned int
Yellow Flowers in Onion 02942BBE 4-byte unsigned int
Blue Leafs in Onion 02942B9E 4-byte unsigned int
Blue Buds in Onion 02942BA2 4-byte unsigned int
Blue Flowers in Onion 02942BA6 4-byte unsigned int

Adventure stats

Variable Address Type Notes
GC US GC EU GC JP Wii US Wii EU Wii JP
Current total Poko count 04942A7C 4-byte unsigned int
Current day 04B0FBD8 4-byte unsigned int Day 1 is 0, day 2 is 1, etc.