Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- START AT 3F:DBB0
- END AT 3F:E89B
- Put an E3 between each segment. So, E3<#1>E3<#2>E3<#3>E3<#4>.........
- 1) Enter as many as you want to appear first:
- 12 <index #> <X> <Y> <font/position code><scroll in time>
- 2) End with:
- 00 0F 02 0B 16 00 09 0B 04 10 <delay> 00
- 3) Enter as many as you want to appear second:
- 12 <index #> <X> <Y> <font/position code><scroll in time>
- 4) End with:
- 00 0F 02 0B 16 00 01 03 04 10 <delay> 01
- 5) Then:
- 00 0F 02 16 0B 00 01 03 04 10 <delay> 00
- 6) Clear as many as you want to clear first:
- 12 00 <X> <Y> <font/position code><scroll in time>
- 7) End with:
- 00 0F 02 16 0B 00 09 0B 04 10 <delay> 00
- 8) Clear as many as you want to clear second:
- 12 00 <X> <Y> <font/position code><scroll in time>
- font/position codes that are used [there are many others]
- 00 = white text at top
- 08 = green text at top
- -----------------------
- C0 = white in 1st position
- 81 = white in 2nd position
- C2 = white in 3rd position
- 49 = green in 2nd position
- Screen 1 annotated:
- E3
- 12 04 80 00 08 00 -- 4th index at x=108 (80),y=0, 0 fade in, 08 = green at top
- E3
- 00 0F 02 0B 16 00 09 0B 04 10 28 00 -- stop code
- E3
- 12 05 80 C0 C0 00 -- 5th index at x = 108 (80), y = 192 (C0), 0 fade in time, C0 = white in middle
- E3
- 12 06 80 80 81 00 -- 6th index at x = 108 (80), y = 108 (80), 0 fade in time, 81 = white at bottom
- E3
- 00 0F 02 0B 16 00 01 03 04 10 22 01 -- stop code
- E3
- 00 0F 02 16 0B 00 01 03 04 10 28 00 -- stop code
- E3
- 12 00 80 C0 C0 00 -- deletes #5
- E3
- 12 00 80 80 81 00 -- deletes #6
- E3
- 00 0F 02 16 0B 00 09 0B 04 10 32 00 -- stop code
- E3
- 12 00 80 00 08 00 -- deletes #4
Advertisement
Add Comment
Please, Sign In to add comment