Wizzrobe Actor Spawning - LordNed/WindEditor GitHub Wiki
The Wizzrobe enemies can spawn other actors that are not found in the currently loaded room's DZR file. This is accomplished via two tables within the Wizzrobe's .rel file: one that contains the actual .rel IDs of the actor to spawn, and one that contains the parameters to spawn the actor with. The .rel IDs are found at 0x8150
in d_a_wz.rel
, and the parameters are found at 0x8240
.
Further information will be put here later.