pokefirered icon indicating copy to clipboard operation
pokefirered copied to clipboard

Separate connection clone objects from normal objects

Open GriffinRichards opened this issue 3 years ago • 1 comments

Adds a union to ObjectEventTemplate for accessing fields used differently by "connection clones", a type of object event that stores the local id and map of an object from a connecting map to mirror. The JSON data was also updated to reflect that there are two types of object events.

This is a breaking change for Porymap, do not merge until a new version is released that supports this.

GriffinRichards avatar Feb 05 '22 19:02 GriffinRichards

Tacking on the changes made in https://github.com/pret/pokeemerald/pull/1755

GriffinRichards avatar Sep 03 '22 19:09 GriffinRichards