diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-02-13 06:58:56 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-02-13 07:05:15 +0200 |
| commit | 65ab0fb1cb33d7586752ad10ed6e8b3713a4e809 (patch) | |
| tree | b413587a8594acea613bae1912012153edae3e96 /src/code_0805436C.c | |
| parent | d1a2586001ddad7bde47fd37d66f62f6fe2792bf (diff) | |
Decompile the rest of playerItemBottle (renamed from sword spin)
Diffstat (limited to 'src/code_0805436C.c')
| -rw-r--r-- | src/code_0805436C.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_0805436C.c b/src/code_0805436C.c index 452c2ddf..9e02220b 100644 --- a/src/code_0805436C.c +++ b/src/code_0805436C.c @@ -234,7 +234,7 @@ u32 CreateRandomItemDrop(Entity* arg0, u32 arg1) { break; } if (ptr4 != 0) { - if ((r1 = gSave.stats.unkB) == 0) { + if ((r1 = gSave.stats.picolyteType) == 0) { // nop ptr3 = &gDroptableModifiers[DROPTABLE_NONE]; } else { |
