Level 12b starting
Posted: April 14th, 2014, 2:58 am
Hi!. My question is, is there a way that Prince doesn't start running in level 13?. Like normally as in previous levels?
Thanks
Thanks
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
In 1.3 search for 833EB0100D7505.robert wrote:...is that string for every version of POP?