mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
link ant_anim
This commit is contained in:
@@ -3639,7 +3639,7 @@ data/npc/model/tex/bev_1.c:
|
||||
data/npc/model/mdl/act_ant.c:
|
||||
.data start:0x00096000 end:0x00096328
|
||||
|
||||
data/dataobject/dataobject_96328.c:
|
||||
data/npc/model/mdl/act_ant_anim.c:
|
||||
.data start:0x00096328 end:0x00096338
|
||||
|
||||
data/npc/model/mdl/ant_1.c:
|
||||
|
||||
@@ -2632,6 +2632,7 @@ config.libs = [
|
||||
Object(Matching, "data/field/mvactor/title_demo.c"),
|
||||
Object(Matching, "data/field/mvactor/water_test.c"),
|
||||
Object(Matching, "data/npc/model/mdl/act_ant.c"),
|
||||
Object(Matching, "data/npc/model/mdl/act_ant_anim.c"),
|
||||
],
|
||||
),
|
||||
]
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
#include "libforest/gbi_extensions.h"
|
||||
#include "PR/gbi.h"
|
||||
#include "evw_anime.h"
|
||||
|
||||
EVW_ANIME_SCROLL act_ant_evw_anime_1[] = {
|
||||
{ 2, -1, 32, 32 },
|
||||
{ 1, 2, 32, 32 },
|
||||
};
|
||||
|
||||
EVW_ANIME_DATA act_ant_evw_anime[] = {
|
||||
{ -1, EVW_ANIME_TYPE_SCROLL2, act_ant_evw_anime_1 },
|
||||
};
|
||||
Reference in New Issue
Block a user