mirror of
https://github.com/zeldaret/tmc
synced 2026-08-27 16:37:14 -04:00
Merge branch 'master' into tilemap-docs
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ void CreateDeathFx(GenericEntity* parent, u32 parentId, u32 fixedItem) {
|
||||
int tmp = parent->base.gustJarState & 2;
|
||||
if (tmp == 0) {
|
||||
SetRoomTrackerFlag(&(parent->base));
|
||||
gSave.unk50++;
|
||||
gSave.enemies_killed++;
|
||||
parent->base.gustJarState |= 2;
|
||||
parent->base.timer = 255;
|
||||
SetDefaultPriority(&(parent->base), 3);
|
||||
|
||||
Reference in New Issue
Block a user