diff options
| author | Henny022p <info@henny022.de> | 2022-02-03 05:44:50 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-02-03 05:52:50 +0100 |
| commit | bbc3a8841596de1fc7f034953df9c844ec805033 (patch) | |
| tree | 2b3a624ea1f67bd1b83d3aa25b75cfe7c2f672bf /include/player.h | |
| parent | 67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff) | |
CreateRandomDrop and droptables
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index 568d614f..68086a81 100644 --- a/include/player.h +++ b/include/player.h @@ -255,7 +255,8 @@ typedef struct { /*0x0c*/ u8 itemButtons[2]; /*0x0e*/ u8 bottles[4]; /*0x12*/ u8 effect; - /*0x13*/ u8 filler3[5]; + /*0x13*/ u8 hasAllFigurines; + /*0x14*/ u8 filler3[4]; /*0x18*/ u16 rupees; /*0x1a*/ u16 field_0x1a; /*0x1c*/ u16 charmTimer; |
