gctGenerator/site/.vuepress/components/codes/qft/code/status.js
sup39 9b767a4cbb add QFT freeze options
- When Mario holds, throws, puts down an object
- When Mario triple jumps, spin jumps, ledge grabs, wall kicks, bounces, rope jumps
2023-01-10 16:55:28 +09:00

9 lines
191 B
JavaScript

export default {
put: [0x80000387],
tripleJump: [0x882],
spinJump: [0x895, 0x896],
ledgeGrab: [0x3800034b],
wallKick: [0x2000886],
bounce: [0x884],
ropeJump: [0x892, 0x893],
};