Difference between revisions of "Epoch Notes"
Jump to navigation
Jump to search
EpochFlame (talk | contribs) m (added to category) |
EpochFlame (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | cRadarType are the radar types which correspond to icons and effects. Pellet, Enemy, Upgrade, and NewCave are hidden by default, and Pellet, Enemy, and Upgrade trigger the Treasure Gauge. | ||
+ | |||
;cRadarType: | ;cRadarType: | ||
: RedOnion=00 | : RedOnion=00 | ||
Line 16: | Line 18: | ||
: orima=0e | : orima=0e | ||
: Ship=0f | : Ship=0f | ||
− | : Pellet=10 | + | : Pellet=10 (treasure) |
− | : Enemy=11 | + | : Enemy=11 (treasure inside enemy) |
− | : Upgrade=12 | + | : Upgrade=12 (upgrade treasure) |
: NewCave=13 | : NewCave=13 | ||
: CompleteCave=14 | : CompleteCave=14 | ||
Line 24: | Line 26: | ||
: Invalid=16 | : Invalid=16 | ||
: NULL_icon=17 | : NULL_icon=17 | ||
+ | |||
+ | gEnemyInfo petrification spoils | ||
+ | |||
+ | 7 makes an enemy try to play boss music(?), resulting in a moment of silence after enemy is killed | ||
+ | |||
+ | 8 makes TD music play (beware the usual crashes) | ||
[[Category:Pikmin 2]][[Category:Notes]] | [[Category:Pikmin 2]][[Category:Notes]] |
Latest revision as of 22:19, 21 July 2021
cRadarType are the radar types which correspond to icons and effects. Pellet, Enemy, Upgrade, and NewCave are hidden by default, and Pellet, Enemy, and Upgrade trigger the Treasure Gauge.
- cRadarType
- RedOnion=00
- BlueOnion=01
- YellowOnion=02
- RedPiki=03
- BluePiki=04
- YellowPiki=05
- PurplePiki=06
- WhitePiki=07
- bulbminPiki=08
- BuriedPiki=09
- Geyser=0a
- Cave=0b
- cavepod=0c
- louie=0d
- orima=0e
- Ship=0f
- Pellet=10 (treasure)
- Enemy=11 (treasure inside enemy)
- Upgrade=12 (upgrade treasure)
- NewCave=13
- CompleteCave=14
- CaveHole=15
- Invalid=16
- NULL_icon=17
gEnemyInfo petrification spoils
7 makes an enemy try to play boss music(?), resulting in a moment of silence after enemy is killed
8 makes TD music play (beware the usual crashes)