Difference between revisions of "Pikmin 2 particles"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Particles created in Pikmin 2 have unique identifiers which are applied to entities within the <code>.DOL</code> executable of the game. | Particles created in Pikmin 2 have unique identifiers which are applied to entities within the <code>.DOL</code> executable of the game. | ||
− | {{todo| | + | {{todo|Add in information about the other JPC files in Ebisawa}} |
The following are offsets within the <code>.DOL</code> file for entities. | The following are offsets within the <code>.DOL</code> file for entities. | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 20: | Line 20: | ||
| [[File:Pikmin 2 Particle - E7.png|100px]] || <code>00 E7</code> | | [[File:Pikmin 2 Particle - E7.png|100px]] || <code>00 E7</code> | ||
|- | |- | ||
− | | [[File: | + | | [[File:p2Gasparticle1.png|100px]] || <code>00 02 </code> |
+ | |- | ||
+ | | [[File:P2Dustparticle1.png|100px]] || <code>00 05</code> | ||
+ | |- | ||
+ | | [[File:P2rockexplosion1.png|100px]] || <code>00 06 </code> | ||
+ | |- | ||
+ | | [[File:P2rockimpactparticle1.png|100px]] || <code>00 07 </code> | ||
+ | |- | ||
+ | | [[File:P2rockimpactparticle2.png|100px]] || <code>00 08</code> | ||
+ | |- | ||
+ | | [[File:p2redexplosion1.png|100px]] || <code>00 09</code> | ||
+ | |- | ||
|} | |} |
Latest revision as of 08:41, 27 March 2022
Particles created in Pikmin 2 have unique identifiers which are applied to entities within the .DOL
executable of the game.
To do: Add in information about the other JPC files in Ebisawa
The following are offsets within the .DOL
file for entities.
Entity | Particle location | Offset |
---|---|---|
Fiery Bulblax | Centre of body (stutters) | 28CDF7
|
Centre of body | 28CDFB
| |
Unknown | 28CDFF
| |
Centre of body | 28CE13
|
The following are IDs for particles.
Particle | ID |
---|---|
00 E7
| |
00 02
| |
00 05
| |
00 06
| |
00 07
| |
00 08
| |
00 09
|