View Page Source

Revision (current)
Last Updated by adelikat on 8/13/2022 2:52 PM
Back to Page

''Super Paper Mario'' is the third game in the Paper Mario series, following ''[Games/PM64|Paper Mario]'' and ''[Games/TTYD|The Thousand-Year Door]''.

This page contains information about the inner workings of the game for TAS purposes.

%%TOC%%

!!! Addresses and Values
These are offsets for RAM addresses in the American (1.0 and 1.2), European and Japanese versions of the game. All values are Big Endian.
		
%%TAB Collapse%%
%%TAB Expand%%	
||Description||NTSC-U 1.0 Offset||NTSC-U 1.2 Offset||NTSC-J Offset||PAL Offset||Type||
|Enemy Data First Slot|0x3FC290|0x3FD7D0|0x3D14F0|0x43BF30|4 Byte|
|Pixl State|0x4CD05F|0x4CEA5F|0x4A235F|0x51005F|1 Byte|
|Pixl Coordinate X|0x4CD07C|0x4CEA7C|0x4A237C|0x51007C|Float|
|Pixl Coordinate Y|0x4CD080|0x4CEA80|0x4A2380|0x510080|Float|
|Pixl Coordinate Z|0x4CD084|0x4CEA84|0x4A2384|0x510084|Float|
|Read Only Pixl Speed X and Z|0x4CD0A0|0x4CEAA0|0x4A23A0|0x5100A0|Float|
|Read Only Pixl Speed Y|0x4CD0A4|0x4CEAA4|0x4A23A4|0x5100A4|Float|
|Pixl Angle|0x4CD0A8|0x4CEAA8|0x4A23A8|0x5100A8|Float|
|Pixl Modal Stretch Horizontal|0x4CD0B4|0x4CEAB4|0x4A23B4|0x5100B4|Float|
|Pixl Modal Stretch Vertical|0x4CD0B8|0x4CEAB8|0x4A23B8|0x5100B8|Float|
|Pixl Modal Stretch Depth|0x4CD0BC|0x4CEABC|0x4A23BC|0x5100BC|Float|
|Tippi State|0x4CD3BB|0x4CEDBB|0x4A26BB|0x5103BB|1 Byte|
|Tippi Coordinate X|0x4CD3D8|0x4CEDD8|0x4A26D8|0x5103D8|Float|
|Tippi Coordinate Y|0x4CD3DC|0x4CEDDC|0x4A26DC|0x5103DC|Float|
|Tippi Coordinate Z|0x4CD3E0|0x4CEDE0|0x4A26E0|0x5103E0|Float|
|Tippi Modal Stretch Horizontal|0x4CD3FC|0x4CEDFC|0x4A26FC|0x5103FC|Float|
|Tippi Modal Stretch Vertical|0x4CD400|0x4CEE00|0x4A2700|0x510400|Float|
|Tippi Modal Stretch Depth|0x4CD404|0x4CEE04|0x4A2704|0x510404|Float|
|Read Only Tippi Speed X and Z|0x4CD408|0x4CEE08|0x4A2708|0x510408|Float|
|Read Only Tippi Speed Y|0x4CD40C|0x4CEE0C|0x4A270C|0x51040C|Float|
|Tippi Angle|0x4CD410|0x4CEE10|0x4A2710|0x510410|Float|
|Invincibility Timer|0x4CD4A0|0x4CEEA0|0x4A27A0|0x5104A0|Float|
|Coordinate X|0x4CD4B4|0x4CEEB4|0x4A27B4|0x5104B4|Float|
|Coordinate Y|0x4CD4B8|0x4CEEB8|0x4A27B8|0x5104B8|Float|
|Coordinate Z|0x4CD4BC|0x4CEEBC|0x4A27BC|0x5104BC|Float|
|Modal Stretch Horizontal|0x4CD514|0x4CEF14|0x4A2814|0x510514|Float|
|Modal Stretch Vertical|0x4CD518|0x4CEF18|0x4A2818|0x510518|Float|
|Modal Stretch Depth|0x4CD51C|0x4CEF1C|0x4A281C|0x51051C|Float|
|Speed X and Z Scaler|0x4CD5A0|0x4CEFA0|0x4A28A0|0x5105A0|Float|
|Initial Speed|0x4CD5A4|0x4CEFA4|0x4A28A4|0x5105A4|Float|
|Nominal Speed|0x4CD5A8|0x4CEFA8|0x4A28A8|0x5105A8|Float|
|Read Only Speed X and Z|0x4CD5AC|0x4CEFAC|0x4A28AC|0x5105AC|Float|
|Facing Angle|0x4CD5C8|0x4CEFC8|0x4A28C8|0x5105C8|Float|
|Angle|0x4CD5D0|0x4CEFD0|0x4A28D0|0x5105D0|Float|
|Hitbox X and Z|0x4CD5EC|0x4CEFEC|0x4A28EC|0x5105EC|Float|
|Hitbox Y|0x4CD5F0|0x4CEFF0|0x4A28F0|0x5105F0|Float|
|Pixl Hitbox Y|0x4CD5F8|0x4CEFF8|0x4A28F8|0x5105F8|Float|
|Mega Star Timer|0x4CD840|0x4CF240|0x4A2B40|0x510840|Float|
|Air Time|0x4CE130|0x4CFB30|0x4A3430|0x511130|Float|
|Time Before Descend|0x4CE134|0x4CFB34|0x4A3434|0x511134|Float|
|Read Only Speed Y|0x4CE138|0x4CFB38|0x4A3438|0x511138|Float|
|Speed Y Scaler|0x4CE13C|0x4CFB3C|0x4A343C|0x51113C|Float|
|Jump Acceleration|0x4CE140|0x4CFB40|0x4A3440|0x511140|Float|
|Level|0x4CEA2E|0x4D042E|0x4A3D2E|0x511A2E|2 Byte|
|Attack|0x4CEA32|0x4D0432|0x4A3D32|0x511A32|2 Byte|
|HP|0x4CEA36|0x4D0436|0x4A3D36|0x511A36|2 Byte|
|Max HP|0x4CEA3A|0x4D043A|0x4A3D3A|0x511A3A|2 Byte|
|3D Gauge|0x4CEA3C|0x4D043C|0x4A3D3C|0x511A3C|4 Byte|
|Score|0x4CEA40|0x4D0440|0x4A3D40|0x511A40|4 Byte|
|Coins|0x4CEA46|0x4D0446|0x4A3D46|0x511A46|2 Byte|
|important Item First Slot|0x4CEA48|0x4D0448|0x4A3D48|0x511A48|2 Byte|
|Item First Slot|0x4CEA88|0x4D0488|0x4A3D88|0x511A88|2 Byte|
|Character First Slot|0x4CEADC|0x4D04DC|0x4A3DDC|0x511ADC|1 Byte|
|Pixl First Slot|0x4CEAEC|0x4D04EC|0x4A3DEC|0x511AEC|1 Byte|
|First Card Quantity Slot|0x4CEB34|0x4D0534|0x4A3E34|0x511B34|1 Byte|
|Mario Card Quantity Slot|0x4CEC24|0x4D0624|0x4A3F24|0x511C24|1 Byte|
|Cards Flags First 8 Slots|0x4CED50|0x4D0750|0x4A4050|0x511D50|8 Bit|
|Zone to Load|0x4CF240|0x4D0C40|0x4A4540|0x512240|String length 32|
|Map to Load|0x4CF260|0x4D0C60|0x4A4560|0x512260|String length 32|
|Loading Zone Available First Slot|0x4CF388|0x4D0D88|0x4A4688|0x512388|String length 8|
|Map to Save|0x4E2594|0x4E3F94|0x4B7894|0x525594|String length 32|
|Sequence Position|0x4E2692|0x4E4092|0x4B7992|0x525692|2 Byte|
|Pit of 100 Trials Room Number|0x4E2A95|0x4E4495|0x4B7D95|0x525A95|Byte|
|Loading Zone History First Slot|0x4E5B08|0x4E7508|0x4BAE08|0x528B08|String length 8|
|RNG Seed|0x56D13C|0x56CB1C|0x54243C|0x5AE11C|4 Byte|
|Camera Mode|0x76AE49|0x75A829|0x740149|0x79C0E9|Byte|
|3D Mode Flag|0x76AE4B|0x75A82B|0x74014B|0x79C0EB|Byte|
|Camera Position X|0x76AF9C|0x75A97C|0x74029C|0x79C23C|Float|
|Camera Position Y|0x76AFA0|0x75A980|0x7402A0|0x79C240|Float|
|Camera Position Z|0x76AFA4|0x75A984|0x7402A4|0x79C244|Float|
|Camera Focus Position X|0x76AFA8|0x75A988|0x7202A8|0x79C248|Float|
|Camera Focus Position Y|0x76AFAC|0x75A98C|0x7402AC|0x79C24C|Float|
|Camera Focus Position Z|0x76AFB0|0x75A990|0x7402B0|0x79C250|Float|
|Map Render Mode|0x76AFDB|0x75A9BB|0x7402DB|0x79C27B|Byte|
|Actor First Slot|0x78A6E4|0x77A0C4|0x790204|0x7BB984|String length 35|
%%TAB_END%%

!! Speed
Like in ''Paper Mario: The Thousand-Year Door'', speed is tracked by one value for both the X and Z axes, which covers all ground movement.

The vertical, or Y-Speed, is a separate address that tracks the speed of jumps and falls.

! X/Z Speed
Here are the speed values that can be seen normally in the game:

__Mario__: Has a x/z top speed of 3 (~1.4 when swimming)%%%
__Peach__: Has a x/z top speed of ~2.6 (1 when swimming)%%%
__Bowser__: Has a x/z top speed of ~2.2 (~1.4 when swimming)%%%
__Luigi__ : Has a x/z top speed of 3 (~1.4 when swimming)

__Mega Mario__: Has a x/z top speed of 4.5%%%
__Mega Peach__: Has a x/z top speed of ~3.9%%%
__Mega Bowser__: Has a x/z top speed of ~3.3%%%
__Mega Luigi__ : Has a x/z top speed of 4.5

Using Dashell causes the x/z top speed to be doubled.

When Underwater while walking, every character x/z top speed gets divided by 2. When swimming, opening the pause menu or using any Pixl except Barry or Dashell will cause the x/z speed to be set to 0 instantly.  However, using Thoreau while swimming will cause the x/z speed to decrease to ~0.85.

In Planet Blobule, the top x/z speed is multiplied by 0.8.

In Outer Space, the top x/z speed is multiplied by 0.6.

Any character on Carrie will override the x/z top speed to 4 before the special environment physics applies.

! Y Speed
Every character jumps cause the y speed to be 6.75 except Luigi (~7.46) during the ascension (~8.368 while running at top speed except Luigi which is ~8.857). Luigi's spring jump causes the y speed to be ~4.3, 8 or ~10.45 during the ascent depending on how charged the spring jump is. The descent causes the y speed to be -1.5 except Peach using her umbrella (~-0.02) and Luigi falling after a spring jump (~0.05). However, the y speed will be ~-0.05 if the 2 button is held for some time during the descent. This will happen no matter if the jump is full height jump or not. Using Thudley on the ground will cause the character normal y speed to happen before decreasing to ~5.2 and finally, the y speed will be 2 for some frames. The ground pound has a y speed of ~-3.47. If Thudley is used in the air, the y speed will go straight to ~5.2 and skip the normal jump y speed. Getting off or on Carrie will cause the y speed to be 7 before falling to ~-0.05.  When using Carrie, the y speed is always 6.75 and the fall speed doesn't changes.

In their mega form, every character jumps causes the y speed to be multiplied by 1.5 from their normal y speed. The falling speed in mega form is -1.5 for every character when descending except when the 2 button is held for some time during the descend which will cause the y speed to also be multiplied by 1.5 from the normal slow failing y speed. 

When swimming, every character can swim up to a y speed of ~1.8.  When jumping outside of the water, every character will have a y speed of ~8.11 except Luigi (~8.816). When getting off or on Carrie underwater, the only changes from the normal y speed is the descent y speed which is divided by 2 from the normal slow falling speed. When using Carrie underwater, the y speed works like a normal jump, except that the ascending y speed is 3.375 (~4.2 when running at top speed) and the descending y speed is -0.75 (~-0.025 if the 2 button is held for some time during the descend). When using Thudley underwater, the only thing that changes is the initial ascending y speed which works the same as jumping while being on Carrie except with Luigi which has an initial ascending y speed of ~3.73 (~4.44 when running at top speed).

In Planet Blobule, the y speed for every character is ~6.679 except Luigi (~7.397) during the ascension (~8.368 while running at top speed except Luigi which is ~8.857). The descend y speed is divided by 10 on Planet Blobule if the 2 button is held during the descend or if the character is getting off or on Carrie. The rest of the normal y speed physics applies on Planet Blobule.

The y speed isn't used in Outer Space.

!! Hitbox
The hitbox, like the speed, is separated into 2 values, one being for the x/z hitbox and the other being for the y hitbox.

Here are the hitbox values that can be seen normally in the game:

__Mario__: Has a x/z hitbox of 20 (28 in Outer Space and 24 when swimming) and a y hitbox of 39 (24 when ducking)%%%
__Peach__: Has a x/z hitbox of 24 (32 in Outer Space) and a y hitbox of 48%%%
__Bowser__: Has a x/z hitbox of 47 and a y hitbox of 54 (48 when breathing fire)%%%
__Luigi__ : Has a x/z hitbox of 20 (30 in Outer Space and 22 when swimming) and a y hitbox of 45 (40.5, ~29.45 or 18 when charging spring jump)

__Mega Mario__: Has a x/z hitbox of 150 and a y hitbox of 200%%%
__Mega Peach__: Has a x/z hitbox of 150 and a y hitbox of 275%%%
__Mega Bowser__: Has a x/z hitbox of 200 and a y hitbox of 290%%%
__Mega Luigi__ : Has a x/z hitbox of 150 and a y hitbox of 200

Using Slim override the x/z hitbox to 6 for every characters.

When being shrunk by Dottie, the x/z hitbox is overridden to 7.5 for every character and the y hitbox is overridden to 5 except Bowser (7.5).

Certain actions will reset the x/z hitbox to its normal value when swimming or in Outer Space. These actions are:

*Switching character or Pixl
*Taking damage
*Flipping with Mario 
*The ascension of a Luigi spring jump.

!! RNG
This is how the RNG is calculated:
 RNG(x+1) = ( ( 0x5D588B65 * RNG(x) ) + 0x1)%0x100000000

The RNG can be calculated multiple time in a frame. Most of the known ways to "reroll" the value through the formula relate to animations that appear onscreen:
* Displaying text on the screen (speech bubbles, file selection, etc.)
* Flipping into/out of 3D
* Spawning a damage star (when anyone takes damage)
* Collecting a coin
* Breaking a brick block
* Using a healing item (spawns decorative stars)
* Switching Pixls (advances twice)
* Activating Boomer's explosion
* Performing a "Stylish!"
* Some character animations
** Bowser's Fire
* Some level background animations (number of rerolls depends on the animation)
** Flipside
** Chapter 3-2
** The Underwhere
* Entering a new area (only sometimes)
* Other random events like Floro Sapiens exiting a Chapter 5-4 pipe (random colors)

!!! Enemies Data

This table contains the data of the enemies data as well as their additional data related to them. The data are located at the address of the first enemies data slot which is indicated in the addresses table.
%%TAB Collapse%%
%%TAB Expand%%
||Name||Hitbox Y||Hitbox%%%X and Z||Max%%%HP||Attack||Score%%%given if %%%killed||Score%%%given if%%%Stylish are%%%performed%%%(base)||Drop rate%%%per coin%%%(%)||Maximum%%%coins drop%%%amount||Item%%%drop%%%rate %%%(%)||Possible %%%items drop + weight||Bounce%%%ejection%%%initial%%%speed||Bounce%%%ejection%%%nominal%%%speed||
|Goomba|20|20|1|1|100|10|40|1|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|1.00|0.00|
|Goomba|20|20|1|1|100|10|40|1|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|1.00|0.00|
|Dark Goomba|20|20|10|2|200|20|60|2|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Gloomba|20|20|2|2|200|20|40|1|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Spiked Goomba|20|20|1|2|100|10|40|1|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Shroom Shake 200%%%Catch Card 50|1.00|0.00|
|Spiked Goomba|20|20|1|2|100|10|40|1|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Shroom Shake 200%%%Catch Card 50|1.00|0.00|
|Dark Spiked Goomba|20|20|10|4|200|20|60|2|4|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Paragoomba|20|20|1|1|100|10|40|1|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Shroom Shake 200%%%Catch Card 50|1.00|0.00|
|Dark Paragoomba|20|20|10|2|200|20|60|2|4|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Headbonk Goomba|20|20|1|2|200|20|40|1|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Dark Headbonk Goomba|20|20|10|4|200|20|60|2|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|2.00|0.00|
|Koopa Troopa (green with sunglasses)|24|20|1|1|100|10|40|1|9|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Koopa Troopa (green without sunglasses)|24|20|1|1|100|10|40|1|9|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Koopa Troopa (green with sunglasses)|24|20|1|1|100|10|40|1|9|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Koopa Troopa (red)|24|20|1|1|100|10|40|1|9|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Koopa Troopa (red)|24|20|1|1|100|10|40|1|9|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Dark Koopa|24|20|10|2|200|20|60|2|5|Turtley Leaf 100%%%Catch Card 10|2.00|0.00|
|Mega Koopa|300|200|1|2|1000|100|0|0|0|NULL 100|2.00|0.00|
|Koopatrol|24|20|15|3|800|80|50|4|5|Turtley Leaf 100%%%Thunder Rage 300%%%Catch Card 20|2.00|0.00|
|Dark Koopatrol|24|20|30|6|1600|100|60|6|7|Turtley Leaf 100%%%Thunder Rage 300%%%Catch Card 20|2.00|0.00|
|Paratroopa (green with sunglasses)|40|20|1|1|100|10|40|1|3|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Paratroopa (green without sunglasses)|40|20|1|1|100|10|40|1|3|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Paratroopa (red)|40|20|1|1|100|10|40|1|3|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Paratroopa (red)|40|20|1|1|100|10|40|1|3|Turtley Leaf 100%%%Catch Card 10|1.00|0.00|
|Dark Paratroopa|40|20|10|2|200|20|60|2|5|Turtley Leaf 100%%%Catch Card 10|2.00|0.00|
|Buzzy Beetle|16|20|1|1|200|20|40|2|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Buzzy Beetle|16|20|1|1|200|20|40|2|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Spike Top|20|20|1|2|300|30|45|2|3|Power Steak 100%%%Cake Mix 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Spike Top|20|20|1|2|300|30|45|2|3|Power Steak 100%%%Cake Mix 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Dark Spike Top|20|20|10|4|600|60|60|3|5|Power Steak 100%%%Cake Mix 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Parabuzzy|20|20|1|1|400|40|40|2|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Spiky Parabuzzy|20|20|1|2|500|50|40|2|3|Power Steak 100%%%Cake Mix 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Stone Buzzy|20|20|3|2|400|40|45|2|3|Peachy Peach 100%%%Cake Mix 100%%%Hot Sauce 100%%%Horsetail 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Dark Stone Buzzy|20|20|3|4|800|80|60|3|5|Peachy Peach 100%%%Cake Mix 100%%%Hot Sauce 100%%%Horsetail 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Lakitu|36|20|4|1|400|40|40|2|10|Thunder Rage 100%%%Mystery Box 100%%%Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Lakitu|36|20|4|1|400|40|40|2|10|Thunder Rage 100%%%Mystery Box 100%%%Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Spiny|20|20|4|2|400|40|40|2|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Mighty Tonic 800%%%Catch Card 50|2.00|0.00|
|Spiny|20|20|4|2|400|40|40|2|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Mighty Tonic 800%%%Catch Card 50|2.00|0.00|
|Dark Spiny|20|20|10|4|600|60|60|3|5|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Mighty Tonic 800%%%Catch Card 50|2.00|0.00|
|Dry Bones|26|30|10|2|700|70|45|3|3|Dried Shroom 100%%%Shroom Shake 100%%%Big Egg 100%%%Honey Jar 100%%%Ice Storm 800%%%Catch Card 50|2.00|0.00|
|Dry Bones (bone)|24|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Dull Bones|26|30|15|4|800|80|50|3|4|Dried Shroom 100%%%Shroom Shake 100%%%Big Egg 100%%%Honey Jar 100%%%Ice Storm 800%%%Catch Card 50|2.00|0.00|
|Dull Bones (bone)|24|20|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Dull Bones|26|30|20|8|1000|100|60|5|4|Dried Shroom 100%%%Shroom Shake 100%%%Big Egg 100%%%Honey Jar 100%%%Ice Storm 800%%%Catch Card 50|2.00|0.00|
|Dark Dull Bones (bone)|24|20|1|8|10|10|0|0|0|NULL 100|2.00|0.00|
|Hammer Bro|30|20|4|1|500|50|40|4|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Hammer Bro (hammer)|16|16|1|1|10|10|0|0|0|NULL 100|2.00|0.00|
|Hammer Bro|30|20|4|1|500|50|50|4|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Hammer Bro (hammer)|16|16|1|1|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Hammer Bro|30|20|20|4|1200|120|60|5|7|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Dark Hammer Bro (hammer)|16|16|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Boomerang Bro|30|30|10|3|800|80|50|4|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Boomerang Bro (boomerang)|16|16|1|3|10|10|0|0|0|NULL 100|2.00|0.00|
|Boomerang Bro|30|30|10|3|800|80|50|4|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Boomerang Bro (boomerang)|16|16|1|3|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Boomerang Bro|30|30|20|6|1200|100|60|6|7|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 400%%%Catch Card 50|2.00|0.00|
|Dark Boomerang Bro (boomerang)|16|16|1|6|10|10|0|0|0|NULL 100|2.00|0.00|
|Fire Bros|30|30|10|3|800|80|50|5|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 800%%%Catch Card 50|2.00|0.00|
|Fire Bros (fire)|10|10|1|3|0|0|0|0|0|NULL 100|2.00|0.00|
|Fire Bros|30|30|10|3|800|80|50|4|5|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 800%%%Catch Card 50|2.00|0.00|
|Fire Bros (fire)|10|10|1|3|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Fire Bros|30|30|20|6|1200|100|60|6|7|Super Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Fire Burst 800%%%Catch Card 50|2.00|0.00|
|Dark Fire Bros (fire)|10|10|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Magikoopa|20|20|6|3|400|40|40|2|5|Turtley Leaf 100%%%Fire Burst 100%%%Ice Storm 100%%%Thunder Rage 100%%%Catch Card 100|2.00|0.00|
|Magikoopa|20|20|6|3|400|40|40|2|5|Turtley Leaf 100%%%Fire Burst 100%%%Ice Storm 100%%%Thunder Rage 100%%%Catch Card 100|2.00|0.00|
|Magikoopa (hexagon)|20|20|1|3|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Magikoopa|20|20|20|6|1000|100|60|3|7|Turtley Leaf 100%%%Fire Burst 100%%%Ice Storm 100%%%Thunder Rage 100%%%Catch Card 100|2.00|0.00|
|Dark Magikoopa|20|20|20|6|1000|100|60|3|7|Turtley Leaf 100%%%Fire Burst 100%%%Ice Storm 100%%%Thunder Rage 100%%%Catch Card 100|2.00|0.00|
|Dark Magikoopa (hexagon)|20|20|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Koopa Striker|24|20|8|2|300|30|40|3|5|Shroom Shake 100%%%Turtley Leaf 100%%%Catch Card 20|2.00|0.00|
|Koopa Striker (shell)|24|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Toopa Striker|24|20|8|2|300|30|40|3|5|Super Shroom Shake 100%%%Turtley Leaf 200%%%Catch Card 20|2.00|0.00|
|Toopa Striker (shell)|24|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Soopa Striker|24|20|16|5|800|80|50|3|5|Super Shroom Shake 100%%%Turtley Leaf 200%%%Catch Card 20|2.00|0.00|
|Soopa Striker (shell)|24|20|1|5|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Striker|24|20|20|6|800|80|60|4|7|Super Shroom Shake 100%%%Turtley Leaf 200%%%Catch Card 20|2.00|0.00|
|Dark Striker (shell)|24|20|1|6|10|10|0|0|0|NULL 100|2.00|0.00|
|Piranha Plant|40|20|2|1|100|10|40|1|10|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Catch Card 40|2.00|0.00|
|Putrid Piranha|40|20|5|2|500|50|45|1|100|Peachy Peach 100%%%Keel Mango 200%%%Fresh Veggie 100%%%Horsetail 600%%%Catch Card 40|2.00|0.00|
|Putrid Piranha (poison breath)|36|20|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Frost Piranha|40|20|7|3|700|70|50|1|10|Ice Storm 100%%%Catch Card 10|2.00|0.00|
|Frost Piranha (ice breath)|36|20|1|3|0|0|0|0|0|NULL 100|2.00|0.00|
|Bullet Bill|20|20|1|2|100|10|40|0|0|NULL 100|2.00|0.00|
|Bill Blaster|30|50|5|2|500|50|40|6|0|NULL 100|2.00|0.00|
|Boo|20|20|4|1|300|30|40|3|4|Peachy Peach 100%%%Keel Mango 100%%%Long-Last Shake 100%%%Horsetail 100%%%Sleepy Sleep 400%%%Ghost Shroom 400%%%Catch Card 50|2.00|0.00|
|Dark Boo|20|20|13|2|700|70|40|5|4|Peachy Peach 100%%%Keel Mango 100%%%Long-Last Shake 100%%%Horsetail 100%%%Sleepy Sleep 400%%%Ghost Shroom 800%%%Catch Card 50|2.00|0.00|
|Dark Dark Boo|20|20|20|4|1000|100|60|7|6|Peachy Peach 100%%%Keel Mango 100%%%Long-Last Shake 100%%%Horsetail 100%%%Sleepy Sleep 400%%%Ghost Shroom 800%%%Catch Card 50|2.00|0.00|
|Atomic Boo|100|100|10|2|800|80|40|10|20|Ghost Shroom 100%%%Catch Card 10|2.00|1.00|
|Cheep Cheep (green)|20|20|2|1|200|20|40|1|3|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Volt Shroom 800%%%Catch Card 50|2.00|0.00|
|Cheep Cheep (red)|20|20|2|1|200|20|40|1|3|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Volt Shroom 800%%%Catch Card 50|2.00|0.00|
|Cheep Cheep (green)|20|20|2|1|200|20|40|1|3|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Volt Shroom 800%%%Catch Card 50|2.00|0.00|
|Blooper|32|20|1|2|300|30|40|2|15|Inky Sauce 100%%%Catch Card 10|2.00|0.00|
|Blooper|32|20|1|2|300|30|40|2|15|Inky Sauce 100%%%Catch Card 10|2.00|0.00|
|Bittacuda|64|64|10|2|400|40|40|3|7|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Volt Shroom 800%%%Catch Card 50|2.00|0.00|
|Clubba|32|34|20|3|500|50|45|3|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Fire Burst 800%%%Catch Card 50|2.00|0.00|
|Dark Clubba|24|20|60|6|1000|100|60|4|5|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Fire Burst 800%%%Catch Card 50|2.00|0.00|
|Fuzzy|20|20|5|1|400|40|40|1|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Life Shroom 400%%%Catch Card 50|2.00|0.00|
|Pink Fuzzy|20|20|10|2|800|80|40|1|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Life Shroom 400%%%Catch Card 10|2.00|0.00|
|Dark Fuzzy|20|20|15|4|1000|100|60|2|5|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Life Shroom 400%%%Catch Card 10|2.00|0.00|
|Bald Cleft|20|20|2|1|200|20|40|2|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Moon Cleft|20|20|5|2|500|50|40|3|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Dark Cleft|20|20|10|4|1000|100|60|4|5|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|2.00|0.00|
|Pokey|20|20|6|2|500|50|45|1|3|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Catch Card 40|2.00|0.00|
|Pokey (ball)|20|20|1|2|10|10|45|0|0|NULL 100|2.00|0.00|
|Poison Pokey|20|20|12|2|800|80|40|3|100|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Dried Shroom 800%%%Catch Card 50|2.00|0.00|
|Poison Pokey (ball)|20|20|1|2|10|10|40|0|0|NULL 100|2.00|0.00|
|Dark Pokey|20|20|20|4|1000|100|60|3|50|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Dried Shroom 800%%%Catch Card 50|2.00|0.00|
|Dark Pokey (ball)|20|20|1|4|10|10|60|0|0|NULL 100|2.00|0.00|
|Swooper|20|20|3|1|200|20|40|1|3|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Sleepy Sleep 800%%%Catch Card 50|2.00|0.00|
|Ruff Puff|24|36|15|4|600|60|45|2|3|Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 800%%%Catch Card 50|2.00|0.00|
|Ruff Puff (electric projectile)|20|20|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Ruff Puff|24|36|30|6|1000|100|60|4|4|Shroom Shake 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 800%%%Catch Card 50|2.00|0.00|
|Dark Ruff Puff (electric projectile)|20|20|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Spania|20|20|6|1|400|40|45|1|3|Long-Last Shake 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Mystery Box 800%%%Catch Card 50|2.00|0.00|
|Dark Spania|20|20|20|2|1000|100|60|2|5|NULL 100|2.00|0.00|
|Crazee Dayzee|30|26|10|2|500|50|40|3|15|Dayzee Tear 100%%%Catch Card 10|2.00|0.00|
|Crazee Dayzee (music note)|30|20|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Amazy Dayzee|30|26|30|10|3000|100|45|10|70|Golden Leaf 200%%%Dayzee Tear 100%%%Catch Card 20|2.00|1.00|
|Amazy Dayzee (music note)|30|20|1|10|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Dayzee|30|26|99|20|9990|100|60|10|15|Golden Leaf 200%%%Dayzee Tear 100%%%Catch Card 20|1.00|2.00|
|Dark Dayzee (music note)|30|20|1|20|10|10|0|0|0|NULL 100|2.00|0.00|
|Lava Bubble|40|20|1|4|800|80|50|1|4|Fire Burst 100%%%Catch Card 10|2.00|0.00|
|Chain Chomp|35|35|4|1|500|50|40|5|5|Power Steak 100%%%Thunder Rage 200%%%Shroom Shake 100%%%Catch Card 30|1.00|2.00|
|Red Chomp|35|35|8|3|1000|100|50|5|5|Power Steak 100%%%POW Block 200%%%Shroom Shake 100%%%Catch Card 30|1.00|2.00|
|Dark Chomp|35|35|10|4|1200|100|60|9|7|Power Steak 100%%%Thunder Rage 200%%%Shroom Shake 100%%%Catch Card 30|1.00|2.00|
|Squiglet|22|35|2|1|100|10|40|1|3|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Fire Burst 400%%%Catch Card 50|1.00|0.00|
|Squig|22|35|4|1|200|20|40|1|3|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Ice Storm 400%%%Catch Card 50|1.00|0.00|
|Squig (ball)|12|12|1|1|10|10|0|0|0|NULL 100|1.00|0.00|
|Squag|22|35|10|2|400|40|40|2|3|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Thunder Rage 400%%%Catch Card 50|2.00|0.00|
|Squag (ball)|12|12|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Squoinker|22|35|15|4|800|80|40|3|3|Dried Shroom 100%%%Shroom Shake 100%%%Big Egg 100%%%Honey Jar 100%%%Shooting Star 400%%%Catch Card 50|2.00|0.00|
|Squoinker (ball)|12|12|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Squiglet|22|35|20|8|1000|100|60|4|5|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Thunder Rage 400%%%Catch Card 50|2.00|0.00|
|Dark Squiglet (ball)|12|12|1|8|10|10|0|0|0|NULL 100|2.00|0.00|
|Sproing-Oing|24|40|4|1|100|10|40|1|5|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 400%%%Catch Card 50|1.00|1.00|
|Sproing-Oing (minion)|12|20|1|1|100|10|40|1|2|Dried Shroom 100%%%Catch Card 10|2.00|0.00|
|Boing-Oing|24|40|8|2|200|20|40|2|5|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Long-Last Shake 400%%%Catch Card 50|1.00|1.00|
|Boing-Oing (minion)|12|20|2|1|200|20|40|1|2|Dried Shroom 100%%%Catch Card 10|2.00|0.00|
|Zoing-Oing|24|40|12|3|400|40|50|3|5|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Long-Last Shake 400%%%Catch Card 50|1.00|1.00|
|Zoing-Oing (minion)|12|20|3|1|400|40|50|1|2|Dried Shroom 100%%%Catch Card 10|2.00|0.00|
|Dark Sproing-Oing|24|40|16|4|400|40|60|4|7|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Long-Last Shake 400%%%Catch Card 50|2.00|0.00|
|Dark Sproing-Oing (minion)|12|20|4|2|200|20|60|1|3|Dried Shroom 100%%%Catch Card 10|2.00|0.00|
|Boomboxer|32|32|4|2|200|20|40|1|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Volt Shroom 400%%%Catch Card 50|2.00|0.00|
|Boomboxer (sound wave)|40|18|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Bleepboxer|32|32|10|4|400|40|40|2|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Volt Shroom 400%%%Catch Card 50|2.00|0.00|
|Bleepboxer (sound wave)|40|18|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Blastboxer|32|32|16|6|800|80|50|3|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Volt Shroom 400%%%Catch Card 50|2.00|0.00|
|Blastboxer (sound wave)|40|18|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Boomboxer|32|32|32|8|1000|100|60|4|5|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Volt Shroom 400%%%Catch Card 50|2.00|0.00|
|Dark Boomboxer (sound wave)|40|18|1|8|0|0|0|0|0|NULL 100|2.00|0.00|
|Mister l|50|50|99|2|800|80|40|5|10|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Shroom Shake 100%%%Sleepy Sleep 800%%%Catch Card 50|2.00|0.00|
|Mister l (beam)|5|20|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Red l|50|50|99|4|2000|100|50|8|10|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Shroom Shake 100%%%Sleepy Sleep 800%%%Catch Card 50|2.00|0.00|
|Red l (beam)|5|20|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|DUMMY|50|50|99|6|2000|100|75|10|10|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Shroom Shake 100%%%Sleepy Sleep 800%%%Catch Card 50|2.00|0.00|
|DUMMY|5|20|1|6|10|10|0|0|0|NULL 100|2.00|0.00|
|Shlurp|24|40|99|2|300|30|40|2|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Fire Burst 400%%%POW Block 400%%%Catch Card 50|2.00|0.00|
|Shlorp|24|40|99|3|500|50|45|3|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Fire Burst 400%%%POW Block 800%%%Catch Card 50|2.00|0.00|
|Dark Shlurp|24|40|99|4|1000|100|60|4|4|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Fire Burst 400%%%POW Block 800%%%Catch Card 50|2.00|0.00|
|Growmeba|26|26|2|1|200|20|90|1|0|NULL 100|2.00|0.00|
|Blomeba|26|26|5|2|300|30|90|2|0|NULL 100|2.00|0.00|
|Chromeba|26|26|10|3|400|40|90|2|0|NULL 100|2.00|0.00|
|Dark Growmeba|26|26|20|4|500|50|90|3|0|NULL 100|2.00|0.00|
|Tileoid G|26|26|5|1|300|30|40|1|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Block Block 400%%%Stop Watch 800%%%Catch Card 50|1.00|1.00|
|Tileoid B|26|26|10|1|300|30|40|1|3|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Block Block 400%%%Stop Watch 800%%%Catch Card 50|1.00|1.00|
|Tileoid R|26|26|15|2|400|40|40|1|3|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Block Block 400%%%Stop Watch 400%%%Catch Card 50|1.00|2.00|
|Tileoid Y|26|26|10|2|400|40|40|1|3|Dried Shroom 100%%%Fresh Pasta Bunch 100%%%Big Egg 100%%%Honey Jar 100%%%Block Block 400%%%Stop Watch 400%%%Catch Card 50|1.00|2.00|
|Dark Tileoid|26|26|25|4|800|80|60|3|5|Dried Shroom 100%%%Fresh Pasta Bunch 100%%%Big Egg 100%%%Honey Jar 100%%%Block Block 400%%%Stop Watch 400%%%Catch Card 50|2.00|0.00|
|Jawbus|32|32|5|1|400|40|40|3|10|Fire Burst 300%%%Ice Storm 200%%%Thunder Rage 100%%%Catch Card 30|2.00|2.00|
|Rawbus|32|32|10|2|600|60|45|4|10|Fire Burst 100%%%Ice Storm 100%%%Thunder Rage 100%%%Catch Card 30|2.00|2.00|
|Gawbus|32|32|20|4|800|80|50|6|10|Fire Burst 100%%%Ice Storm 200%%%Thunder Rage 300%%%Catch Card 30|2.00|2.00|
|Dark Jawbus|32|32|30|8|1000|100|60|6|15|Fire Burst 100%%%Ice Storm 200%%%Thunder Rage 300%%%Catch Card 30|2.00|0.00|
|BigMeow|60|80|99|1|800|80|40|2|0|NULL 100|1.00|0.00|
|PatrolMeow|20|20|5|2|300|30|40|2|0|NULL 100|2.00|0.00|
|AirMeow|20|20|5|2|300|30|40|2|0|NULL 100|2.00|0.00|
|SurpriseMeow|74|56|1|2|500|50|40|2|0|NULL 100|2.00|0.00|
|Meowbomb|20|20|1|2|50|10|40|1|0|NULL 100|2.00|0.00|
|Meowbomb|20|20|1|2|50|10|0|0|0|NULL 100|2.00|0.00|
|Jellien|20|20|4|2|200|20|20|1|2|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Volt Shroom 400%%%Thunder Rage 200%%%Catch Card 50|2.00|0.00|
|Foton|24|24|8|2|300|30|20|2|2|Peachy Peach 100%%%Shooting Star 50%%%Fresh Veggie 100%%%Horsetail 100%%%Stop Watch 800%%%Catch Card 50|2.00|0.00|
|Foton (particle)|10|10|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Warpid|30|30|10|2|500|50|20|2|2|Peachy Peach 100%%%Shooting Star 50%%%Fresh Veggie 100%%%Horsetail 100%%%Stop Watch 800%%%Catch Card 50|2.00|0.00|
|Eeligon|30|30|10|2|600|60|40|3|5|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Long-Last Shake 100%%%Block Block 800%%%Catch Card 50|2.00|0.00|
|Eeligon (tail part)|30|30|1|1|10|10|0|0|0|NULL 100|2.00|0.00|
|Hooligon|30|30|10|2|600|60|40|3|5|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Long-Last Shake 100%%%Block Block 800%%%Catch Card 50|2.00|0.00|
|Hooligon (tail part)|30|30|1|1|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Eeligon|30|30|30|4|1000|100|60|5|7|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Long-Last Shake 100%%%Block Block 800%%%Catch Card 50|2.00|0.00|
|Dark Eeligon (tail part)|30|30|1|2|50|10|0|0|0|NULL 100|2.00|0.00|
|Longator|32|20|12|1|400|40|40|2|3|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Stop Watch 800%%%Catch Card 50|2.00|0.00|
|Longadile|32|20|20|2|800|80|50|3|3|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Stop Watch 800%%%Catch Card 50|2.00|0.00|
|Dark Longator|32|20|30|4|800|80|60|4|5|Peachy Peach 100%%%Shroom Shake 100%%%Fresh Veggie 100%%%Horsetail 100%%%Stop Watch 800%%%Catch Card 50|2.00|0.00|
|Choppa|32|32|5|1|400|40|40|2|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 400%%%Catch Card 50|2.00|0.00|
|Copta|32|32|10|3|800|80|50|2|3|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 400%%%Catch Card 50|2.00|0.00|
|Dark Choppa|32|32|15|5|1200|100|60|2|5|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Long-Last Shake 400%%%Catch Card 50|2.00|0.00|
|Barribad|32|32|4|2|600|60|40|3|5|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Block Block 1200%%%Catch Card 50|1.00|0.00|
|Barribad (circle)|20|20|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Sobarribad|32|32|8|4|1000|100|50|4|5|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Block Block 1200%%%Catch Card 50|1.00|0.00|
|Sobarribad (circle)|20|20|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Barribad|32|32|12|8|1200|100|60|6|7|Power Steak 100%%%Shroom Shake 100%%%Hot Sauce 100%%%Block Block 1200%%%Catch Card 50|1.00|0.00|
|Dark Barribad (circle)|20|20|1|8|0|0|0|0|0|NULL 100|2.00|0.00|
|Pigarithm|60|90|1|2|500|50|60|20|5|Long-Last Shake 200%%%Thunder Rage 200%%%Shell Shock 200%%%Volt Shroom 200%%%Sleepy Sleep 200%%%Mystery Box 200%%%Catch Card 50|2.00|1.00|
|Hogarithm|60|90|1|4|800|80|60|25|5|Long-Last Shake 200%%%Shooting Star 200%%%Block Block 200%%%Ghost Shroom 200%%%Stop Watch 200%%%Mighty Tonic 200%%%Catch Card 50|2.00|1.00|
|Dark Pigarithm|60|90|1|6|1200|100|70|30|7|Long-Last Shake 200%%%Shooting Star 200%%%Block Block 200%%%Ghost Shroom 200%%%Stop Watch 200%%%Mighty Tonic 200%%%Catch Card 50|2.00|1.00|
|Floro Cragnien|30|30|10|1|-100|10|45|1|7|Keel Mango 100%%%Primordial Fruit 100%%%Catch Card 20|2.00|0.00|
|Floro Cragnien|30|30|10|1|-100|10|45|1|7|Keel Mango 100%%%Primordial Fruit 100%%%Catch Card 20|2.00|0.00|
|Floro Sapien (yellow)|20|20|12|3|500|50|40|3|8|Sap Soup 100%%%Catch Card 10|2.00|0.00|
|Floro Sapien (yellow) (head)|20|20|1|3|100|10|40|0|0|NULL 100|2.00|0.00|
|Floro Sapien (purple)|20|20|12|3|500|50|40|3|8|Sap Soup 100%%%Catch Card 10|2.00|0.00|
|Floro Sapien (purple) (head)|20|20|1|3|100|10|40|0|0|NULL 100|2.00|0.00|
|Floro Sapien (red)|20|20|12|3|500|50|40|3|8|Sap Soup 100%%%Catch Card 10|2.00|0.00|
|Floro Sapien (red) (head)|20|20|1|3|100|10|40|0|0|NULL 100|2.00|0.00|
|Ninjoe|30|30|6|2|500|50|45|2|7|Thunder Rage 100%%%Volt Shroom 100%%%Stop Watch 200%%%Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Ninjoe (shuriken)|8|8|1|1|10|10|0|0|0|NULL 100|2.00|0.00|
|Ninjoe (bomb)|16|16|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Ninjohn|30|30|8|3|600|60|45|3|8|Thunder Rage 100%%%Volt Shroom 200%%%Stop Watch 100%%%Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Ninjohn (shuriken)|8|8|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Ninjohn (bomb)|16|16|1|3|10|10|0|0|0|NULL 100|2.00|0.00|
|Ninjerry|30|30|10|4|700|70|45|4|9|Thunder Rage 200%%%Volt Shroom 100%%%Stop Watch 100%%%Super Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Ninjerry (shuriken)|8|8|1|3|10|10|0|0|0|NULL 100|2.00|0.00|
|Ninjerry (bomb)|16|16|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Ninjoe|30|30|20|5|1000|100|60|5|10|Thunder Rage 200%%%Volt Shroom 100%%%Stop Watch 100%%%Super Shroom Shake 100%%%Catch Card 30|2.00|0.00|
|Dark Ninjoe (shuriken)|8|8|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Ninjoe (bomb)|16|16|1|5|10|10|0|0|0|NULL 100|2.00|0.00|
|Skellobit|40|30|10|2|600|60|45|2|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobit|40|30|10|2|600|60|45|3|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Dark Skellobit|40|30|30|4|1000|100|60|4|5|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Spiky Skellobit|40|30|10|2|700|70|50|4|5|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%POW Block 300%%%Ghost Shroom 100%%%Super Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Spiky Skellobit|40|30|10|2|700|70|50|5|5|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%POW Block 300%%%Ghost Shroom 100%%%Super Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Dark Spiky Skellobit|40|30|30|4|1000|100|60|5|7|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%POW Block 300%%%Ghost Shroom 100%%%Super Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobomber|20|50|10|2|600|60|45|2|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobomber|20|50|10|2|600|60|45|3|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobomber (head)|20|20|1|2|50|10|0|0|0|NULL 100|2.00|0.00|
|Skellobomber|20|50|10|2|600|60|45|2|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobomber|20|50|10|2|600|60|45|3|3|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Skellobait|20|26|5|2|500|50|45|1|2|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Spiky Skellobait|20|26|5|2|600|60|45|1|2|Big Egg 100%%%Power Steak 100%%%Peachy Peach 100%%%Ice Storm 300%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 50|2.00|0.00|
|Spiky Skellobait (ice breath)|30|26|1|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Blue Magiblot|30|26|25|4|1000|100|50|4|4|Catch Card 200%%%Catch Card SP 100%%%Shroom Shake 100|2.00|2.00|
|Blue Magiblot (fire)|30|26|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Red Magiblot|30|26|15|6|1000|100|50|4|4|Catch Card 300%%%Catch Card SP 100%%%Shroom Shake 100|2.00|2.00|
|Red Magiblot (fire)|30|26|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Yellow Magiblot|30|26|20|5|1000|100|50|4|4|Catch Card 100%%%Catch Card SP 100%%%Shroom Shake 100|2.00|2.00|
|Yellow Magiblot (fire)|30|26|1|5|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Magiblot|30|26|40|10|1600|100|60|5|6|Catch Card 100%%%Catch Card SP 100%%%Shroom Shake 100|2.00|2.00|
|Dark Magiblot (fire)|30|26|1|10|100|10|0|0|0|NULL 100|2.00|0.00|
|Cursya|32|40|1|1|400|40|40|0|10|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Back Cursya|32|40|1|1|400|40|40|0|10|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Tech Cursya|32|40|1|1|400|40|40|0|10|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Heavy Cursya|32|40|1|1|400|40|40|0|10|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Reversya Cursya|32|40|1|1|400|40|40|0|10|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Dark Cursya|32|40|10|2|800|80|60|0|15|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Dark Tech Cursya|32|40|10|2|800|80|60|0|15|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Dark Heavy Cursya|32|40|10|2|800|80|60|0|15|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Dark Reversya Cursya|32|40|10|2|800|80|60|0|15|Poison Shroom 100%%%Catch Card 10|2.00|2.00|
|Megabite|32|32|4|1|800|80|40|20|10|Shooting Star 100%%%Ghost Shroom 200%%%Catch Card SP 200%%%Catch Card 30|1.00|2.00|
|Gigabite|32|32|6|2|1200|100|50|20|10|POW Block 100%%%Ghost Shroom 100%%%Catch Card SP 100%%%Catch Card 30|3.00|1.00|
|Dark Megabite|32|32|8|4|1600|100|60|20|15|POW Block 100%%%Ghost Shroom 100%%%Catch Card SP 100%%%Catch Card 30|3.00|1.00|
|Muth|120|80|100|5|1000|10|45|0|20|Bone-In Cut 100%%%Catch Card 10|2.00|2.00|
|Mega Muth|120|80|-56|8|2000|10|50|0|20|Bone-In Cut 100%%%Catch Card 10|2.00|2.00|
|Dark Muth|120|80|-1|10|2550|10|60|0|25|Bone-In Cut 100%%%Catch Card 10|2.00|2.00|
|Gnip|20|100|99|0|0|0|0|0|0|NULL 100|2.00|0.00|
|Gnaw|150|150|99|0|0|0|0|0|0|NULL 100|2.00|0.00|
|Underhand|20|20|99|1|0|0|45|0|0|NULL 100|2.00|0.00|
|Underhand|20|20|99|1|0|0|45|0|0|NULL 100|2.00|0.00|
|Underhand|20|20|99|1|0|0|45|0|0|NULL 100|2.00|0.00|
|Thwomp|40|20|99|1|1000|100|0|0|0|NULL 100|2.00|0.00|
|Spiny Tromp|40|20|99|1|1000|100|0|0|0|NULL 100|2.00|0.00|
|Spiky Tromp|50|50|99|1|1000|100|0|0|0|NULL 100|2.00|0.00|
|Zombie Shroom|20|20|1|2|300|30|40|10|5|Poison Shroom 200%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 30|1.00|2.00|
|Ghoul Shroom|20|20|10|5|1000|100|40|20|5|Poison Shroom 200%%%Ghost Shroom 100%%%Shroom Shake 100%%%Catch Card 30|1.00|2.00|
|O'Chunks (1-3)|80|80|20|1|1000|100|0|0|0|NULL 100|2.00|2.00|
|O'Chunks (5-2)|80|80|40|2|2000|100|0|0|0|NULL 100|2.00|2.00|
|O'Chunks (5-4)|80|80|60|3|4000|100|0|0|0|NULL 100|2.00|2.00|
|O'Chunks (8-1)|80|80|100|4|8000|100|0|0|0|NULL 100|2.00|2.00|
|O'Chunks (5-2) (green small block)|50|50|1|2|0|0|0|0|0|NULL 100|0.00|0.00|
|O'Chunks (5-2) (green big block)|100|100|1|3|0|0|0|0|0|NULL 100|0.00|0.00|
|O'Chunks (green giant block)|200|200|1|4|0|0|0|0|0|NULL 100|0.00|0.00|
|O'Chunks (black small block|50|50|1|3|0|0|0|0|0|NULL 100|0.00|0.00|
|O'Chunks (black big block)|100|100|1|4|0|0|0|0|0|NULL 100|0.00|0.00|
|O'Chunks (black giant block)|200|200|1|5|0|0|0|0|0|NULL 100|0.00|0.00|
|Mimi (2-4)|100|160|99|1|2000|100|0|0|0|NULL 100|2.00|2.00|
|Mimi (2-4) (ruby)|15|15|1|1|0|0|0|0|0|NULL 100|0.00|0.00|
|Mimi (6-2)|40|32|25|2|4000|100|0|0|0|NULL 100|2.00|2.00|
|Mimi (6-2) (ruby)|15|15|1|2|0|0|0|0|0|NULL 100|0.00|0.00|
|Mimi (8-2)|100|160|99|4|8000|100|0|0|0|NULL 100|2.00|2.00|
|Mimi (8-2) (ruby)|15|15|1|4|0|0|0|0|0|NULL 100|0.00|0.00|
|Dimentio (3-3)|45|32|30|2|1000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (3-3) (clone)|45|32|30|2|1000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (3-3) (projectile)|20|20|1|2|0|0|0|0|0|NULL 100|0.00|0.00|
|Dimentio (UNUSED)|45|32|50|2|4000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (UNUSED) (clone|45|32|50|2|4000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (UNUSED) (projectile)|20|20|1|2|0|0|0|0|0|NULL 100|0.00|0.00|
|Dimentio (8-3)|45|32|80|4|8000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (8-3) (clone)|45|32|80|4|8000|100|0|0|0|NULL 100|2.00|1.00|
|Dimentio (8-3) (projectile)|20|20|1|4|0|0|0|0|0|NULL 100|0.00|0.00|
|Mr. L|32|20|40|3|2000|100|0|0|0|NULL 100|3.00|1.00|
|Brobot|200|100|255|4|4000|100|0|0|0|NULL 100|2.00|3.00|
|Brobot (missile)|32|32|1|4|10|10|0|0|0|NULL 100|1.00|1.00|
|Brobot Beam)|5|20|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Brobot (missile)|32|32|1|4|10|10|0|0|0|NULL 100|1.00|1.00|
|Brobot L-type|245|100|64|5|6000|100|0|0|0|NULL 100|2.00|3.00|
|Brobot L-type (mustache)|26|78|1|5|10|10|0|0|0|NULL 100|1.00|1.00|
|Brobot L-type (hand)|32|32|1|5|10|10|0|0|0|NULL 100|1.00|1.00|
|Brobot L-type (missile)|32|32|1|5|10|10|0|0|0|NULL 100|1.00|1.00|
|Nastasia|32|24|1|1|0|0|0|0|0|NULL 100|0.00|0.00|
|Count Bleck|70|30|150|8|8000|100|0|0|0|NULL 100|1.00|3.00|
|Count Bleck (small black hole)|30|30|1|8|0|0|0|0|0|NULL 100|2.00|0.00|
|Count Bleck (big black hole)|75|75|1|8|0|0|0|0|0|NULL 100|2.00|0.00|
|Count Bleck (barrier)|70|30|1|1|0|0|0|0|0|NULL 100|1.00|3.00|
|Super Dimentio|200|100|200|6|9990|100|0|0|0|NULL 100|1.00|3.00|
|Super Dimentio (moving platform)|1|1|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Super Dimentio (white projectile)|12|12|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Super Dimentio (8-bit Luigi)|20|20|1|6|0|0|0|0|0|NULL 100|2.00|0.00|
|Fracktail|40|20|99|1|1000|100|0|0|0|NULL 100|2.00|0.00|
|Wracktail|40|20|99|10|9990|100|0|0|0|NULL 100|2.00|0.00|
|Bowser (3-1)|70|70|20|2|2000|100|0|0|0|NULL 100|2.00|2.00|
|Bowser (7-2)|70|70|80|8|4000|100|0|0|0|NULL 100|2.00|2.00|
|Big Blooper|450|32|99|2|0|0|0|0|0|NULL 100|2.00|0.00|
|Francis|72|100|40|1|3000|100|0|0|0|NULL 100|1.00|2.00|
|King Croacus|30|100|50|2|5000|100|0|0|0|NULL 100|2.00|2.00|
|King Croacus (purple flower)|26|32|50|2|500|50|0|0|0|NULL 100|2.00|2.00|
|King Croacus (orange flower)|26|32|50|2|500|50|0|0|0|NULL 100|2.00|2.00|
|King Croacus (blue flower)|26|32|50|2|500|50|0|0|0|NULL 100|2.00|2.00|
|King Croacus (propeller)|30|30|1|2|50|10|0|0|0|NULL 100|2.00|0.00|
|The Underchomp|60|60|16|3|2000|100|0|0|0|NULL 100|2.00|2.00|
|The Underchomp|60|60|16|3|2000|100|0|0|0|NULL 100|2.00|2.00|
|The Underchomp|60|60|16|3|2000|100|0|0|0|NULL 100|2.00|2.00|
|Bonechill|200|250|80|4|7000|100|0|0|0|NULL 100|1.00|3.00|
|Bonechill (icre breath)|40|30|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Bonechill (icile)|50|25|1|4|0|0|0|0|0|NULL 100|2.00|0.00|
|Dark Mario|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|Dark Luigi|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|Dark Peach|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|Dark Bowser|70|70|100|20|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|36|30|1|1|0|0|0|0|0|NULL 100|2.00|0.00|
|DUMMY|24|20|1|1|0|0|0|0|0|NULL 100|2.00|0.00|
|DUMMY|20|20|1|1|0|0|0|0|0|NULL 100|2.00|0.00|
|DUMMY|20|20|1|3|0|0|0|0|0|NULL 100|2.00|0.00|
|Sammer Guy (green)|30|30|25|1|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|10|1|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|10|1|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|10|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|15|1|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|10|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Big Sammer Guy (blue)|80|30|30|3|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|20|1|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|3|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Small Sammer Guy (green)|15|30|1|2|500|50|45|2|0|NULL 100|2.00|0.00|
|Sammer Guy (blue)|30|30|25|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Big Sammer Guy (blue)|80|30|30|3|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|20|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|15|2|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|30|3|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|3|500|50|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (white and purple)|30|30|40|5|2000|100|0|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|20|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|40|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|30|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|25|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|4|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|30|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|25|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|20|4|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|25|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Small Sammer Guy (blue)|15|30|1|3|600|60|45|2|0|NULL 100|2.00|0.00|
|Sammer Guy (orange)|30|30|35|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|40|5|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|30|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|4|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy|30|30|25|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|30|2|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|30|4|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|40|3|600|60|45|2|0|NULL 100|2.00|2.00|
|Sammer Guy|30|30|30|4|600|60|45|2|0|NULL 100|2.00|2.00|
|Big Sammer Guy (white and purple)|80|30|60|6|2000|100|0|0|0|NULL 100|2.00|3.00|
|Sammer Guy (green)|30|30|20|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|30|2|700|70|45|3|0|NULL 100|2.00|2.00|
|Small Sammer Guy (blue)|15|30|1|3|700|70|45|3|0|NULL 100|2.00|0.00|
|Sammer Guy (green)|30|30|25|4|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|30|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|30|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|35|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (rainbow)|30|30|30|4|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Big Sammer Guy (blue)|80|30|45|5|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|30|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|25|6|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|60|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|4|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|35|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|25|7|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|45|5|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (rainbow)|30|30|30|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Small Sammer Guy (orange)|15|30|1|3|700|70|45|3|0|NULL 100|2.00|0.00|
|Sammer Guy (silver)|30|30|30|5|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|4|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|30|5|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|35|3|700|70|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (white and purple)|30|30|50|8|2000|100|0|0|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|40|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|50|5|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|20|4|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|25|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|30|5|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (rainbow)|30|30|35|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|20|5|800|80|45|3|0|NULL 100|2.00|2.00|
|Big Sammer Guy (blue)|80|30|60|8|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|40|5|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|20|7|800|80|45|3|0|NULL 100|2.00|2.00|
|Small Sammer Guy (orange)|15|30|1|4|800|80|45|3|0|NULL 100|2.00|0.00|
|Sammer Guy (green)|30|30|30|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|50|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|30|8|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|35|5|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|20|7|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|30|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Small Sammer Guy (orange)|15|30|1|5|800|80|45|3|0|NULL 100|2.00|0.00|
|Sammer Guy (rainbow)|30|30|30|6|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|15|1|800|80|45|3|0|NULL 100|2.00|2.00|
|Sammer Guy (blue)|30|30|40|5|1000|100|45|0|0|NULL 100|2.00|2.00|
|Sammer Guy (silver)|30|30|80|6|1000|100|45|0|0|NULL 100|2.00|2.00|
|Sammer Guy (orange)|30|30|50|7|1000|100|45|0|0|NULL 100|2.00|2.00|
|Sammer Guy (green)|30|30|66|8|1000|100|45|0|0|NULL 100|2.00|2.00|
|Big Sammer Guy (yellow)|80|30|99|10|5000|100|0|0|0|NULL 100|2.00|3.00|
|DUMMY|30|30|1|1|50|10|0|0|0|NULL 100|2.00|1.00|
|DUMMY|30|30|1|1|50|10|0|0|0|NULL 100|2.00|1.00|
|Cherbil|24|36|5|2|400|40|40|2|4|Peachy Peach 100%%%Sleepy Sleep 100%%%Long-Last Shake 100%%%Catch Card 20|2.00|0.00|
|Cherbil (sleep bresth)|20|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Poison Cherbil|24|36|5|2|400|40|40|2|100|Peachy Peach 100%%%Dried Shroom 500%%%Long-Last Shake 50%%%Catch Card 20|2.00|0.00|
|Poison Cherbil (poison breath)|20|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Ice Cherbil|24|36|5|2|400|40|40|2|4|Peachy Peach 100%%%Ice Storm 100%%%Long-Last Shake 100%%%Catch Card 20|2.00|0.00|
|Ice Cherbil (ice breath)|20|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Cherbil|24|36|15|4|400|40|60|2|50|Peachy Peach 100%%%Sleepy Sleep 100%%%Long-Last Shake 100%%%Catch Card 20|2.00|0.00|
|Dark Cherbil (sleep breath)|20|20|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Cherbil (poison breath)|20|20|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Dark Cherbil (ice breath)|20|20|1|4|10|10|0|0|0|NULL 100|2.00|0.00|
|Frackle|22|35|1|1|0|0|0|0|0|NULL 100|1.00|0.00|
|Wrackle|22|35|10|10|0|0|0|0|0|NULL 100|1.00|0.00|
|Wrackle (projectile)|12|12|1|10|0|0|0|0|0|NULL 100|1.00|0.00|
|DUMMY|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|20|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|20|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|30|30|30|1|500|50|30|2|0|NULL 100|2.00|1.00|
|DUMMY|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|20|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|10|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|32|20|100|20|9990|100|0|0|0|NULL 100|2.00|2.00|
|DUMMY|24|20|8|2|300|30|30|3|0|NULL 100|2.00|0.00|
|DUMMY|24|20|1|2|10|10|0|0|0|NULL 100|2.00|0.00|
|DUMMY|20|20|1|1|100|10|75|8|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Shroom Shake 200%%%Catch Card 50|4.00|0.00|
|DUMMY|24|20|1|2|100|10|75|8|4|NULL 100|4.00|0.00|
|DUMMY|24|20|1|2|300|30|75|8|4|NULL 100|4.00|0.00|
|DUMMY|24|20|1|3|200|20|75|8|4|NULL 100|4.00|0.00|
|DUMMY|24|20|1|2|300|30|75|8|4|NULL 100|4.00|0.00|
|DUMMY|24|20|1|2|300|30|75|8|4|NULL 100|4.00|0.00|
|DUMMY|16|20|1|1|100|10|75|1|4|Dried Shroom 100%%%Cake Mix 100%%%Big Egg 100%%%Honey Jar 100%%%Courage Shell 800%%%Catch Card 50|4.00|0.00|
|DUMMY|20|20|1|2|100|10|75|1|4|Power Steak 100%%%Cake Mix 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Courage Shell 800%%%Catch Card 50|4.00|0.00|
|DUMMY|20|20|1|2|100|10|75|3|4|Power Steak 100%%%Fresh Pasta Bunch 100%%%Hot Sauce 100%%%Smelly Herb 100%%%Mighty Tonic 800%%%Catch Card 50|4.00|0.00|
|DUMMY|20|20|1|1|500|50|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|500|50|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|1|3|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|10|1|700|70|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|10|1|700|70|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|1|3|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|600|60|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|600|60|75|1|4|NULL 100|4.00|0.00|
|DUMMY|20|20|1|3|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|40|20|2|1|200|20|75|1|10|Peachy Peach 100%%%Keel Mango 100%%%Fresh Veggie 100%%%Horsetail 100%%%Catch Card 40|4.00|0.00|
|DUMMY|40|20|6|2|300|30|75|5|10|Peachy Peach 100%%%Keel Mango 200%%%Fresh Veggie 100%%%Horsetail 600%%%Catch Card 40|4.00|0.00|
|DUMMY|40|20|8|2|300|30|75|7|10|Ice Storm 100%%%Catch Card 10|4.00|0.00|
|DUMMY|24|20|3|1|200|20|75|3|10|NULL 100|4.00|0.00|
|DUMMY|24|20|7|1|400|40|75|5|10|NULL 100|4.00|0.00|
|DUMMY|24|20|14|1|800|80|75|5|10|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|200|20|75|3|4|NULL 100|4.00|0.00|
|DUMMY|8|8|1|2|50|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|3|1|300|30|75|5|4|NULL 100|4.00|0.00|
|DUMMY|8|8|1|3|50|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|3|2|200|20|75|5|4|NULL 100|4.00|0.00|
|DUMMY|24|36|3|1|200|20|75|3|4|NULL 100|4.00|0.00|
|DUMMY|20|20|1|2|50|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|100|10|75|2|4|NULL 100|4.00|0.00|
|DUMMY|20|20|3|3|400|40|75|1|4|NULL 100|4.00|0.00|
|DUMMY|32|40|2|1|600|60|75|2|10|Poison Shroom 100%%%Catch Card 10|4.00|0.00|
|DUMMY|100|100|35|2|700|70|75|8|10|Ghost Shroom 100%%%Catch Card 10|4.00|0.00|
|DUMMY|60|60|10|2|1000|100|0|0|0|NULL 100|4.00|0.00|
|DUMMY|60|60|10|2|1000|100|0|0|0|NULL 100|4.00|0.00|
|DUMMY|60|60|10|2|1000|100|0|0|0|NULL 100|4.00|0.00|
|DUMMY|80|80|1|5|300|30|75|8|4|NULL 100|4.00|0.00|
|DUMMY|150|200|99|1|10|10|75|8|0|NULL 100|4.00|0.00|
|DUMMY|32|32|1|1|10|10|75|1|4|NULL 100|4.00|0.00|
|DUMMY|40|18|1|1|10|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|120|80|1|1|10|10|75|20|100|NULL 100|4.00|0.00|
|DUMMY|40|20|2|1|100|10|100|1|0|NULL 100|4.00|0.00|
|DUMMY|40|20|2|1|100|10|100|1|0|NULL 100|4.00|0.00|
|DUMMY|40|20|99|1|0|0|100|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|100|10|100|1|0|NULL 100|4.00|0.00|
|DUMMY|32|32|12|1|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|32|32|12|1|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|32|32|12|1|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|32|32|12|1|100|10|0|0|0|NULL 100|4.00|0.00|
|DUMMY|30|30|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|40|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|24|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|16|16|99|1|0|0|0|0|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|500|50|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|0|0|0|0|0|NULL 100|4.00|0.00|
|DUMMY|24|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|24|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|30|30|1|1|200|20|75|4|0|NULL 100|4.00|0.00|
|DUMMY|30|30|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|30|30|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|1|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|24|20|10|1|400|40|75|8|0|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|200|20|75|4|0|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|200|20|75|4|0|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|5|1|100|10|75|1|0|NULL 100|4.00|0.00|
|DUMMY|20|20|10|1|100|10|75|1|0|NULL 100|4.00|0.00|
%%TAB Additional explanations%%
__Name__: Descriptive name of the enemy, if the name is DUMMY, the data slot isn't used in the game.

__Identifier__: How the enemy is referenced in the game, this is what would appear in the actor data of the corresponding enemy as identifier. If the identifier is NULL, it means no identifier exists for this enemy.

__Hitbox__: The hitboxes are used to calculate collisions, but they aren't the hitboxes used to know if the character hit the enemy.

__Score given if stylish are performed (base)__: This is the base score an enemy will give if Stylish are done (they are done by moving the wiimote a certain way after bouncing and damaging an enemy). The base score will be multiplied by a number and this number depends on what Stylish is performed.

__Drop rate per coin (%)__: This is how likely an enemy will drop each coins. The higher this rate is, the more likely an enemy will drop an amount of coins that is closer to the maximum amount.

__Maximum coin drop amount__: This is the maximum amount of coins an enemy can drop. The minimum is always 0.

__Item drop rate (%)__: This is How likely an enemy will drop an item. If an item drop occur, no coins will be dropped and the items will be chosen from the item list of the enemy.

__Possible items drop + weight__: This is the list of possible items an enemy can drop. Each items has a weight that determines how likely an item will be chosen relative to the others. The neutral weight is 100. If the items list only has NULL in it, no items are present in the list.

__Bounce ejection initial speed__: This is the speed the character will have initially upon bouncing on the enemy. This speed is not maintained which allows to resist against it.

__Bounce ejection nominal speed__: This is the speed the character will have when bouncing on an enemy. This speed will be maintained which means that resistance against it is not possible.
%%TAB_END%%

!!! Scoring System

!! Combo
When killing an enemy or performing a Stylish, the score given is added on a buffer that counts the points you get for each time you kill an enemy or perform a Stylish. If you kill another enemy or perform another Stylish without touching the ground, the score you would get for doing the action individually is added on the buffer before you gain your points. This means that the more actions you do before touching he ground, the more points you will get for doing another action. 

The buffer for killing enemies and the buffer for performing Stylish are separate and they stack independently from each other.

!! Stylish
The Stylish figures can be performed by shaking or tilting the wiimote in a certain way after bouncing on an enemy which gives a certain amount of points multiplied by the Stylish multiplier. This multiplier can be 1, 1.5 or 2 depending on what Stylish is performed.

4 Stylish exists in the game:

*Tilting forward or backward; gives a x1 multiplier
*Tilting upward or downward; gives a x1 multiplier
*Shake Z (up or down); gives a x1.5 multiplier
*Shake on all 3 axis at once (diagonally); gives a x2 multiplier

Every Stylish last for around 36 frames except the x2 one which lasts around 95-100 frames or 3 times slower than the others.

!!! Tricks and Glitches

!! Life Shroom Double-Jump
Have a Life Shroom in your inventory and die in midair. On the last few frames of the reviving animation, press 2 to jump. You can jump right over some obstacles this way.
* You can use this to skip Thoreau by jumping past the 2nd Yold Bridge. Note that even if you skip collecting him, the game will automatically add him to your party of Pixls after you finish the level.
* You can also use this to skip getting Boomer in Chapter 2-1.

!! Infinite Jump Glitches
! Mario's Infinite Jump
With Thudley out, jump and do a stomp in midair. Right as Mario starts to move down, do another stomp. This somehow cancels out the first stomp, and allows you to switch into 3D mode in midair. Once you do, Mario can jump, and you can stomp again and repeat the trick indefinitely.

! Bowser's Infinite Jump
With Carrie out, jump and fire at the same time as Bowser. Around when the fire animation ends, press jump and fire again and you will do another jump. This can again be repeated indefinitely.

! Known applications
* In 5-1, you can skip inputting the password at the blocks by infinite jumping over the wall.
* In 7-3, you can skip re-recruiting Peach by infinite jumping all the way to the top of the level. She will return in 8-1 after the O'Chunks battle.
* In 7-4, you can skip collecting all of the orbs by infinite jumping straight to the Bonechill fight.
* In 8-2, you can skip Mimi's trap entirely with Mario's Infinite Jump.
* In 8-3, you can skip part of Merlee's Mansion by infinite jumping up to the safe.

|[module:youtube|v=0oz_gxcCPyY|w=320|h=240|hidelink]|[module:youtube|v=hQANjmqUfrE|w=320|h=240|hidelink]|[module:youtube|v=xGIb-d-rHsw|w=320|h=240|hidelink]|

!! Clipping Out-of-Bounds
When walking against certain kinds of terrain at a certain angle, you can clip into it and clip out of bounds. This could be useful for falling into a lower room that would normally be visited later in the level.

The only known application is on the hill before the big gap in Chapter 1-1:
[module:youtube|v=vqlh2-FqUCM|w=320|h=240|hidelink]

!! Clipping Through Corners Using Duck Jump
Under certain conditions, you can clip into corners. First stand on top of the surface with the corner and divide your Y-Position by ~1.056; this will give you the max height Mario needs to reach when he jumps. For example, the ladder brick in the second room of Chapter 1-2 is 100 units tall, so you should jump to a height of 94.7.

Then stand next to the corner. Duck and jump straight upward to the max height you calculated earlier. As you begin to descend, hold 2 and the direction of the corner of the block and you will clip through it. Holding 2 during the descend of a jump will make you fall slower which is why you have to hold it to perform the clip.

No time-saving applications for this trick have been discovered yet.

!!! See also
The [Forum/Topics/11347|forum thread] for this game