mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-10 04:46:50 -04:00
link ant_anim
This commit is contained in:
@@ -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