diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-10 08:43:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 08:43:51 -0800 |
commit | 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (patch) | |
tree | 0566b8fe1cf46f027696ac7fc4db9febd739ee39 /src/items.c | |
parent | 681ca68ac96e8d39f49eb2c9f42e5c1e1041f5e0 (diff) |
Luminous cave (#72)
* fully decomp luminous cave
* remove header file. this one isn't ready yet
* doc few fields and func
* doc more of luminous cave
Diffstat (limited to 'src/items.c')
-rw-r--r-- | src/items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/items.c b/src/items.c index 86174b9..05033e4 100644 --- a/src/items.c +++ b/src/items.c @@ -339,7 +339,7 @@ void sub_8090E14(u8* ext_buffer, struct ItemSlot* slot, struct unkStruct_8090F58 ExpandPlaceholdersBuffer(buffer, gUnknown_8109778, gItemParametersData[slot->itemIndex].namePointer); } } - else if (slot->itemIndex == 105) { + else if (slot->itemIndex == ITEM_ID_POKE) { ExpandPlaceholdersBuffer(buffer, gUnknown_810977C, GetMoneyValue(slot)); } else { |