diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-03-02 22:29:15 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-03-02 22:30:49 +0200 |
| commit | 1cdfd41e0117d51ca62a0e0f405bd5adb26d159e (patch) | |
| tree | 38dcf7764fb135e650d0e746472a7028aa8723c6 /include/entity.h | |
| parent | 4e10e89cca8484f2729d4adbc8d945bc0e46ad10 (diff) | |
Decompile playerItemGustJar asm funcs
Diffstat (limited to 'include/entity.h')
| -rw-r--r-- | include/entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entity.h b/include/entity.h index 2428d972..137cadc3 100644 --- a/include/entity.h +++ b/include/entity.h @@ -195,7 +195,7 @@ typedef struct Entity_ { /*0x59*/ u8 frameDuration; /*0x5a*/ u8 frame; /*0x5b*/ u8 frameSpriteSettings; - /*0x5c*/ Frame* animPtr; + /*0x5c*/ void* animPtr; /*0x60*/ u16 spriteVramOffset; /*0x62*/ u8 spriteOffsetX; /*0x63*/ s8 spriteOffsetY; |
