sm64coopdx/assets/anims/anim_0D.inc.c

21 lines
429 B
C
Raw Permalink Normal View History

#include "pc/rom_assets.h"
2019-11-03 20:36:27 +01:00
static const struct Animation anim_0D[] = {
0,
189,
0,
0,
0x70,
ANIMINDEX_NUMPARTS(anim_0D_indices),
anim_0D_values,
anim_0D_indices,
0,
2023-05-18 21:42:18 +02:00
ANIM_FIELD_LENGTH(anim_0D_values),
ANIM_FIELD_LENGTH(anim_0D_indices),
2019-11-03 20:36:27 +01:00
};
ROM_ASSET_LOAD_ANIM(anim_0D_indices, 0x004f4a7c, 252, 0x00000000, 252);
2019-11-03 20:36:27 +01:00
ROM_ASSET_LOAD_ANIM(anim_0D_values, 0x004f4b78, 770, 0x00000000, 770);
2019-11-03 20:36:27 +01:00