mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
10 lines
350 B
ArmAsm
10 lines
350 B
ArmAsm
#include "macros/pokemon_anim_cmd.inc"
|
|
|
|
PokemonAnimScript_unk_062:
|
|
Loop 2
|
|
TransformCurveEven TRANSFORM_CALC_SET, 0, TRANSFORM_CURVE_SIN, TRANSFORM_TYPE_SCALE_Y, 70, 32768, 0, 10
|
|
TransformCurveEven TRANSFORM_CALC_INCREMENT, 2, TRANSFORM_CURVE_SIN, TRANSFORM_TYPE_SCALE_Y, 14, 262144, 0, 6
|
|
WaitTransform
|
|
LoopEnd
|
|
End
|