Hi!. My question is, is there a way that Prince doesn't start running in level 13?. Like normally as in previous levels?
Thanks
Level 12b starting
Level 12b starting

This will be my face if you can't win any of my mods
Re: Level 12b starting
(Looks like this is not in CusPoP)
Search 83 3E 9E 0F 0D 75 05, change 75 to EB.
(If someone wants to move running start to a different level instead: change 0D to the level number.)
Code: Select all
seg003:026C cmp current_level, 13 ; Special event: running entry
seg003:0271 jnz loc_4A68
seg003:0273 mov ax, 54h ; 'T' ; run
seg003:0276 jmp short loc_4A6B
Code: Select all
00004C5C:i833E9E0F0D cmp (w) [+0F9E],+0D
00004C61:i7505 jne file:00004C68
00004C63:iB85400 mov ax,0054
00004C66:iEB03 jmps file:00004C6B
(If someone wants to move running start to a different level instead: change 0D to the level number.)
Re: Level 12b starting
"String not found" 
Sorry, I'm using POP 1.3 unpacked, is that string for every version of POP?

Sorry, I'm using POP 1.3 unpacked, is that string for every version of POP?

This will be my face if you can't win any of my mods
-
- Sultan
- Posts: 153
- Joined: February 27th, 2010, 8:35 pm
- Location: United States
Re: Level 12b starting
In 1.3 search for 833EB0100D7505.robert wrote:...is that string for every version of POP?