Level 12b starting

Prince of Persia related subjects that do not have their own boards.
Post Reply
User avatar
robert
Sultan
Sultan
Posts: 196
Joined: August 27th, 2011, 7:16 pm
Location: Argentina

Level 12b starting

Post 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
David
The Prince of Persia
The Prince of Persia
Posts: 2880
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

Re: Level 12b starting

Post 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.)
User avatar
robert
Sultan
Sultan
Posts: 196
Joined: August 27th, 2011, 7:16 pm
Location: Argentina

Re: Level 12b starting

Post by robert »

"String not found" :(

Sorry, I'm using POP 1.3 unpacked, is that string for every version of POP?
Kaslghnoon
Sultan
Sultan
Posts: 153
Joined: February 27th, 2010, 8:35 pm
Location: United States

Re: Level 12b starting

Post by Kaslghnoon »

robert wrote:...is that string for every version of POP?
In 1.3 search for 833EB0100D7505.
Post Reply