sup39
9b767a4cbb
- When Mario holds, throws, puts down an object - When Mario triple jumps, spin jumps, ledge grabs, wall kicks, bounces, rope jumps
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
export default {
|
|
put: [0x80000387],
|
|
tripleJump: [0x882],
|
|
spinJump: [0x895, 0x896],
|
|
ledgeGrab: [0x3800034b],
|
|
wallKick: [0x2000886],
|
|
bounce: [0x884],
|
|
ropeJump: [0x892, 0x893],
|
|
};
|