identify all player items

This commit is contained in:
theo3
2022-03-28 15:08:37 -07:00
parent 270476488f
commit 7c16e8d50a
46 changed files with 531 additions and 515 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ void Carlov(Entity* this) {
}
if ((this->frame & 0x10) != 0) {
this->frame = this->frame & 0xef;
EnqueueSFX(SFX_104);
EnqueueSFX(SFX_PLACE_OBJ);
InitScreenShake(0x10, 0);
}
if ((this->frame & 0x20) != 0) {