These are the modifications I've made for my Christmas of Persia mod:
the mouse doesn't appear in the ending sequence
Code: Select all
0E E8 35 FE 9A 64 04 CB 06 B8 09 00 50 0E E8 57 FB
->
Code: Select all
EB 27 35 FE 9A 64 04 CB 06 B8 09 00 50 0E E8 57 FB
drawing flames of torches with alpha and in another position:
Code: Select all
A1 68 59 40 50 2B C0 50 A1 26 43 2D 28 00 50 2B C0 50
->
Code: Select all
A1 68 59 50 2B C0 50 A1 26 43 2D 4A 00 50 B8 10 00 50
drawing flames of torches with alpha in the princess' room:
Code: Select all
FF B4 F4 0D FF B4 F8 0D B8 74 00 50 2B C0
->
Code: Select all
FF B4 F4 0D FF B4 F8 0D B8 74 00 50 B0 10
much shorter intro:
Code: Select all
4C FF 36 8A 58 50 50 50 0E E8 C4 02 B8 03 00
->
Code: Select all
4C FF 36 8A 58 50 50 50 0E E8 C4 02 E9 D5 01
faster paced intro:
->
and
->
and
->
and
->
and
->
the kid already has the sword in level 1:
->
after the intro the first level begins instead of the demo level:
Code: Select all
0E E8 68 00 2B C0 50 9A 00 00 7F 04 8B E5 5D CB
->
Code: Select all
0E E8 68 00 B0 01 50 9A 00 00 7F 04 8B E5 5D CB
and
Code: Select all
83 3E 9A 00 00 74 17 83 7E 06 02 7E 11 C7 06 B8 42 00 00
->
Code: Select all
83 7E 06 01 75 18 C7 06 B8 42 01 00 EB 10 90 90 90 90 90
disabling cutscenes between levels:
Code: Select all
8B 97 A2 0F 89 46 FC 89 56 FE 0B C2 74 1D
->
Code: Select all
8B 97 A2 0F 89 46 FC 89 56 FE 0B C2 EB 1D
shorter outro:
Code: Select all
52 50 B8 01 00 50 0E E8 D1 02 9A 02 1F 00 00 B8 38 00
->
Code: Select all
52 50 B8 01 00 50 0E E8 D1 02 9A 02 1F 00 00 E9 65 02
no stars in the princess' room:
->
and
Code: Select all
FF 76 FE 2B C0 50 0E E8 54 00 FF 46 FE
->
Code: Select all
FF 76 FE 2B C0 50 0E 90 90 90 FF 46 FE