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
+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 },
};