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/npc | |
| parent | 67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff) | |
CreateRandomDrop and droptables
Diffstat (limited to 'src/npc')
| -rw-r--r-- | src/npc/percy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/percy.c b/src/npc/percy.c index 5514e0ac..dea47a15 100644 --- a/src/npc/percy.c +++ b/src/npc/percy.c @@ -123,7 +123,7 @@ void sub_0806B540(Entity* this) { case 2: if ((gMessage.doTextBox & 0x7f) == 0) { context->unk_18 = 3; - if (gSave.stats.filler3[0] != 0) { + if (gSave.stats.hasAllFigurines != 0) { sub_080A7C18(0x58, 0, 0); } else { sub_080A7C18(0x3f, 100, 0); |
