What method did you use to have enemies spawn using gbstudio? I'd like to know since I'm developing my own gbstudio game. :)
You can't spawn in gbstudio. The object has to already be in the scene. In this game, the "spawn" is faked. What's happening is the enemies are being hidden, repositioned, and then showed.