link ant_anim

This commit is contained in:
roeming
2025-07-17 14:55:47 -04:00
parent 4f5dc33433
commit be7cff0460
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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:
+1
View File
@@ -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"),
],
),
]
+12
View File
@@ -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 },
};