This code will most likely not work as it has only 1 non-repeat pair followed by 17 (0011 is hexadecimal for decimal value of 17) repeating pairs (See Barry Gordon's IR document in the Pronto Files Section
[Link: remotecentral.com]).
Up Arrow
0000 006D 0001 0011 0140 00A1 0015 003C 0015 003C 0015 003C 0015 003C 0015 0013 0015 003C 0015 003C 0015 003C 0015 0013 0015 0013 0015 0013 0015 0013 0015 003C 0015 0013 0015 003C 0015 003C 0015 02C0
This code will probably work.
Up Arrow
0000 006D
0000 0012 0140 00A1 0015 003C 0015 003C 0015 003C 0015 003C 0015 0013 0015 003C 0015 003C 0015 003C 0015 0013 0015 0013 0015 0013 0015 0013 0015 003C 0015 0013 0015 003C 0015 003C 0015 02C0
Notice how I simply decremented the non-repeat pair count and added 1 to the repeat pair count. Please note that these numbers are hexadecimal. See Windows Calculator in Scientific mode should you need a decimal to hex converter.