Yes, it is there, but one thing I tryed without success is passing through the green barrier, it would save a huge amount of time...
edit;
More notes about what’s needed to complete stage 4;
- 24 enemies must be killed to finish the stage
Some enemies will flee when shot, hence my pseudo 20 kills
- There are checkpoints you must reach to spawn them
No matter how long you wait in one spot, they won’t spawn
- If you spawn more than 24 enemies you must kill them too
That’s why I’ve killed 27 in my last wip to finish the stage
Talking about mistakes, these are the real shared addresses;
HP : from 0X00422/0X004A2 to 0X00D22/0X00DA2
Hpos: from 0X0040C/0X0048C to 0X00D0C/0X00D8C
Vpos: from 0X0040E/0X0048E to 0X00D0E/0X00D8E
Hspd: from 0x0041A/0x0049A to 0x00D1A/0x00D9A
Vspd: from 0x00418/0x00498 to 0x00D18/0x00D98
Hspd/Vspd (horizontal/vertical speed) working with all enemies now.
It's on my new Lua script, but it's ugly, lots of "gui.text()"...
anyways, still no new Stage 4, sorry about it, I'm working on other
stages before Stage 4 pisses me off, I'll try it again after that.