mirror of
https://github.com/zeldaret/oot
synced 2026-06-12 21:45:14 -04:00
Move BottleCatchAnimationData declaration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user