Merge pull request #1857 from GriffinRichards/sync-mapjson

Sync mapjson
This commit is contained in:
GriffinR
2023-02-19 20:48:13 -05:00
committed by GitHub
5 changed files with 121 additions and 55 deletions

View File

@@ -1498,7 +1498,7 @@ u8 SpawnSpecialObjectEventParameterized(u8 graphicsId, u8 movementBehavior, u8 l
y -= MAP_OFFSET;
objectEventTemplate.localId = localId;
objectEventTemplate.graphicsId = graphicsId;
objectEventTemplate.inConnection = 0;
objectEventTemplate.kind = OBJ_KIND_NORMAL;
objectEventTemplate.x = x;
objectEventTemplate.y = y;
objectEventTemplate.elevation = elevation;