diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-03-29 15:37:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 15:37:49 -0500 |
| commit | b4c43da7d8619def63854b9cba3fbfe4e5c0debd (patch) | |
| tree | 29fbe4260bcaaaea4901fe12cf54c4642cf4d58b /include | |
| parent | 94fd988b80bd9a7509ce6703dc3b05e172b7825e (diff) | |
export ast_ve1_boss (#186)
* ve1
* fix vs
* one thing
Diffstat (limited to 'include')
| -rw-r--r-- | include/assets/ast_ve1_boss.h | 58 | ||||
| -rw-r--r-- | include/assets/ast_versus.h | 2 |
2 files changed, 1 insertions, 59 deletions
diff --git a/include/assets/ast_ve1_boss.h b/include/assets/ast_ve1_boss.h deleted file mode 100644 index 2b5579f5..00000000 --- a/include/assets/ast_ve1_boss.h +++ /dev/null @@ -1,58 +0,0 @@ -#ifndef AST_VE1_BOSS_H -#define AST_VE1_BOSS_H - -#include "gfx.h" -#include "sf64object.h" -#include "structs.h" - -extern Gfx D_VE1_9000000[]; -extern Gfx D_VE1_90007F0[]; -extern Gfx D_VE1_9002CF0[]; -extern u16 D_VE1_9003330[]; -extern u16 D_VE1_9003890[]; -extern u16 D_VE1_9003DF0[]; -extern Gfx D_VE1_9003F50[]; -extern Gfx D_VE1_9005C80[]; -extern Animation D_VE1_900D098; -extern Limb* D_VE1_900D164[]; -extern Gfx D_VE1_900D180[]; -extern Gfx D_VE1_900DD20[]; -extern Gfx D_VE1_900DF20[]; -extern Gfx D_VE1_900EFC0[]; -extern Gfx D_VE1_900F060[]; -extern Gfx D_VE1_900F1D0[]; -extern Animation D_VE1_9010FC4; -extern Gfx D_VE1_9010FD0[]; -extern Gfx D_VE1_9011200[]; -extern Gfx D_VE1_9012180[]; -extern Gfx D_VE1_9013880[]; -extern Gfx D_VE1_9013C20[]; -extern Gfx D_VE1_9014DF0[]; -extern Gfx D_VE1_90150A0[]; -extern Gfx D_VE1_9015480[]; -extern Gfx D_VE1_9015900[]; -extern Gfx D_VE1_9015BB0[]; -extern Animation D_VE1_9018BD0; -extern Animation D_VE1_901A4B8; -extern Animation D_VE1_901BDA8; -extern Limb* D_VE1_901C0F4[]; -extern Animation D_VE1_901DA38; -extern Gfx D_VE1_901DA50[]; -extern Gfx D_VE1_901E350[]; -extern Gfx D_VE1_901F6D0[]; -extern Gfx D_VE1_901F990[]; -extern Gfx D_VE1_901FC40[]; -extern Gfx D_VE1_9021630[]; -extern Gfx D_VE1_9021900[]; -extern Gfx D_VE1_9021B80[]; -extern Gfx D_VE1_9022A20[]; -extern Gfx D_VE1_9022D80[]; -extern Gfx D_VE1_9023290[]; -extern Gfx D_VE1_90234D0[]; -extern Gfx D_VE1_9023AD0[]; -extern Animation D_VE1_9024738; -extern Animation D_VE1_9024738; -extern Gfx D_VE1_9024750[]; - - -#endif diff --git a/include/assets/ast_versus.h b/include/assets/ast_versus.h index b96d7197..03a8fecb 100644 --- a/include/assets/ast_versus.h +++ b/include/assets/ast_versus.h @@ -26,7 +26,7 @@ extern u8 D_VS_70030B0[]; extern u8 D_VS_7003290[]; extern u8 D_VS_7003470[]; extern u8 D_VS_7003650[]; // fox_option -extern Gfx D_VS_7003830[]; // fox_versus +extern u8 D_VS_7003830[]; // fox_versus extern u8 D_VS_7003C70[]; // fox_versus extern u8 D_VS_7003E10[]; // fox_versus extern u8 D_VS_7003F10[]; // fox_versus |
