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 /src/playerItemUtils.c | |
| parent | 67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff) | |
CreateRandomDrop and droptables
Diffstat (limited to 'src/playerItemUtils.c')
| -rw-r--r-- | src/playerItemUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerItemUtils.c b/src/playerItemUtils.c index 1dd23ad1..2a9873db 100644 --- a/src/playerItemUtils.c +++ b/src/playerItemUtils.c @@ -31,7 +31,7 @@ void sub_080A7C18(u32 type, u32 type2, u32 delay) { Entity* GiveItemWithCutscene(u32 type, u32 type2, u32 delay) { Entity* e; - if (type == 63 && gSave.stats.filler3[0]) { + if (type == 63 && gSave.stats.hasAllFigurines) { type = 87; type2 = 0; } |
