pokefirered
pokefirered copied to clipboard
Separate connection clone objects from normal objects
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.
Tacking on the changes made in https://github.com/pret/pokeemerald/pull/1755