Advertisement
Guest User

Mario Jumps v2.01

a guest
Feb 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.97 KB | None | 0 0
  1.   <sprite id="0" name="Mario Jumps! [TESTING ONLY]" notes="This Glitch Mario has been repurposed for use in the level editor as a means of approximating Mario's athletic prowess.">
  2.     <list bit="17-20" title="Powerup Type" comment="This determines which Powerup or Object will be displayed.">
  3.       <entry value="0">Super Mario</entry>
  4.       <!--<entry value="1">Small Mario</entry>-->
  5.       <entry value="2">Propeller Mario</entry>
  6.       <entry value="3">Mini Mario</entry>
  7.       <entry value="4">Yoshi Jumps</entry>
  8.       <entry value="5">Bouncy Jumps</entry>
  9.     </list>
  10.     <list bit="21-24" title="Jump Type: Super Mario" comment="This determines which type of jump will be displayed." requiredbit="17-20" requiredval="0-1">
  11.       <entry value="0">Running Jump</entry>
  12.       <entry value="1">Running Second-Jump</entry>
  13.       <entry value="2">Running Third-Jump</entry>
  14.       <entry value="3">Wall Jump</entry>
  15.     </list>
  16.     <list bit="21-24" title="Jump Type: Propeller Mario" comment="This determines which type of jump will be displayed." requiredbit="17-20" requiredval="2">
  17.       <entry value="0">Normal Jump</entry>
  18.       <entry value="1">Constant Spin / Shake</entry>
  19.     </list>
  20.     <list bit="21-24" title="Jump Type: Mini Mario" comment="This determines which type of jump will be displayed." requiredbit="17-20" requiredval="3">
  21.       <entry value="0">Running Jump</entry>
  22.       <entry value="1">Running Second-Jump</entry>
  23.       <entry value="2">Running Third-Jump</entry>
  24.       <entry value="3">Wall Jump</entry>
  25.     </list>
  26.     <list bit="21-24" title="Jump Type: Yoshi Jumps" comment="This determines which type of jump will be displayed." requiredbit="17-20" requiredval="4">
  27.       <entry value="0">Normal Jump with Flutter</entry>
  28.       <entry value="1">Flutter Only</entry>
  29.       <entry value="2">Dismount</entry>
  30.     </list>
  31.     <list bit="21-24" title="Jump Type: Bouncy Jumps" comment="This determines which type of jump will be displayed." requiredbit="17-20" requiredval="5">
  32.       <entry value="0">Springboard: Neutral</entry>
  33.       <entry value="1">Springboard: Maximum</entry>
  34.       <entry value="2">Checkered Block: Neutral</entry>
  35.       <entry value="3">Checkered Block: Maximum</entry>
  36.       <entry value="4">Cloud: Neutral</entry>
  37.       <entry value="5">Cloud: Maximum</entry>
  38.     </list>
  39.     <dualbox bit="25" title1="Facing Right" title2="Facing Left" comment="This determines which direction the jump is facing, when applicable." />
  40.     <checkbox bit="26" title="Add Spin" comment="Enabling this adds an extra block to account for a single Spin / Wii Remote shake." />
  41.     <checkbox bit="27" title="Vertical Override" comment="Enabling this uses the vertical-only image for Propeller and Bouncy." requiredbit="21-24" requiredval="2" />
  42.     <checkbox bit="27" title="Vertical Override" comment="Enabling this uses the vertical-only image for Propeller and Bouncy." requiredbit="21-24" requiredval="5" />
  43.   </sprite> <!-- #0: Mario Jumps [TESTING ONLY] -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement