P+ - Pikachu - Action - 0x11d
Entry Script
- IntVariableSet { variable: LongtermAccessInt(Temp1), value: 478 }
- IntVariableSet { variable: LongtermAccessInt(Temp2), value: 480 }
- BoolVariableSetFalse { variable: LongtermAccessBool(VelocityIgnoreHitstun) }
- CreateInterrupt { interrupt_id: Some(10146), action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: Some(10147), action: Fall, requirement: (AnimationEnd) }
- loop Infinite times:
- Subroutine(0x16298)
- FrameSpeedModifier { multiplier: 0.75, unk: 0 }
- if (OnGround)
- SetEdgeSlide(StayOn)
- UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(0)] }
- EnableInterrupt(10146)
- DisableInterrupt(10147)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(2)] }
- EnableInterrupt(10147)
- DisableInterrupt(10146)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- LoopRest
Exit Script