Page 1 of 1

Level 12b starting

Posted: April 14th, 2014, 2:58 am
by robert
Hi!. My question is, is there a way that Prince doesn't start running in level 13?. Like normally as in previous levels?

Thanks

Re: Level 12b starting

Posted: April 17th, 2014, 8:11 pm
by David
(Looks like this is not in CusPoP)

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
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.)

Re: Level 12b starting

Posted: May 8th, 2014, 11:00 pm
by robert
"String not found" :(

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

Re: Level 12b starting

Posted: May 9th, 2014, 5:26 am
by Kaslghnoon
robert wrote:...is that string for every version of POP?
In 1.3 search for 833EB0100D7505.