mirror of https://github.com/zeldaret/oot.git
Move BottleCatchAnimationData declaration
This commit is contained in:
parent
3d190c2cb9
commit
777b849eb7
|
|
@ -108,13 +108,6 @@ typedef struct ItemChangeInfo {
|
|||
/* 0x04 */ u8 changeFrame;
|
||||
} ItemChangeInfo; // size = 0x08
|
||||
|
||||
typedef struct BottleCatchAnimationData {
|
||||
/* 0x00 */ LinkAnimationHeader* missAnimation;
|
||||
/* 0x04 */ LinkAnimationHeader* catchAnimation;
|
||||
/* 0x08 */ u8 firstCatchFrame;
|
||||
/* 0x09 */ u8 catchFrameCount;
|
||||
} BottleCatchAnimationData; // size = 0x0C
|
||||
|
||||
typedef struct struct_80854190 {
|
||||
/* 0x00 */ LinkAnimationHeader* unk_00;
|
||||
/* 0x04 */ LinkAnimationHeader* unk_04;
|
||||
|
|
@ -6489,6 +6482,13 @@ s32 func_8083C61C(PlayState* play, Player* this) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
typedef struct BottleCatchAnimationData {
|
||||
/* 0x00 */ LinkAnimationHeader* missAnimation;
|
||||
/* 0x04 */ LinkAnimationHeader* catchAnimation;
|
||||
/* 0x08 */ u8 firstCatchFrame;
|
||||
/* 0x09 */ u8 catchFrameCount;
|
||||
} BottleCatchAnimationData; // size = 0x0C
|
||||
|
||||
/**
|
||||
* These animations are misleadingly named,
|
||||
* the first ones are used when not in water (>12 units below water surface)
|
||||
|
|
|
|||
Loading…
Reference in New Issue