diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-07-29 20:58:24 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-07-29 20:58:24 +0300 |
| commit | 3a151b343d4473c96b7128a3565a180298cc070d (patch) | |
| tree | 1576275d14ec4b91e3f2068d419e8bfe953208fc /src/object/heartContainer.c | |
| parent | b6c1671203f4a0928587b319c5d0772ecd5490e9 (diff) | |
Document various fields
Diffstat (limited to 'src/object/heartContainer.c')
| -rw-r--r-- | src/object/heartContainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/heartContainer.c b/src/object/heartContainer.c index f709259b..a0694601 100644 --- a/src/object/heartContainer.c +++ b/src/object/heartContainer.c @@ -68,7 +68,7 @@ static void HeartContainer_Action3(Entity* this) { sub_08080CB4(this); if (!(gPlayerState.flags & PL_MINISH) && IsCollidingPlayer(this)) { SetFlag(this->cutsceneBeh.HWORD); - CreateItemEntity(0x62, 0, 0); + CreateItemEntity(ITEM_HEART_CONTAINER, 0, 0); DeleteThisEntity(); } } |
