cd457db2c7
All damage from the initial failed commit should now be repaired. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2989 8092fc87-c524-0410-9efc-e669fe64eaf9
1070 lines
14 KiB
Plaintext
1070 lines
14 KiB
Plaintext
#(========== This is the PC ending script =====================)
|
|
#(======== Sequence 2 -- Countdown and explosion ==============)
|
|
|
|
#(Set sequence dimensions; param1=width; param2=height)
|
|
DIMS 320 200
|
|
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)
|
|
|
|
#(Set ANIM to draw animation frames from)
|
|
ANI base/cutscene/ending/victory2.ani
|
|
|
|
#(Play music)
|
|
MUSIC base/cutscene/ending/victory2.mod
|
|
|
|
#(Clear screen)
|
|
CLS
|
|
#(Restore color)
|
|
FTC 0
|
|
|
|
#(Establish new sync point)
|
|
RESYNC
|
|
#(Draw frame image)
|
|
DRAW 0
|
|
#(Sync frame)
|
|
SYNC 100
|
|
#(Draw frame image)
|
|
DRAW 1
|
|
#(Sync frame)
|
|
SYNC 200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 2
|
|
#(Draw frame image)
|
|
DRAW 3
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 300
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 4
|
|
#(Draw frame image)
|
|
DRAW 5
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 6
|
|
#(Draw frame image)
|
|
DRAW 7
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 500
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 8
|
|
#(Draw frame image)
|
|
DRAW 9
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 10
|
|
#(Draw frame image)
|
|
DRAW 11
|
|
#(Draw frame image)
|
|
DRAW 12
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 13
|
|
#(Draw frame image)
|
|
DRAW 14
|
|
#(Draw frame image)
|
|
DRAW 15
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 16
|
|
#(Draw frame image)
|
|
DRAW 17
|
|
#(Draw frame image)
|
|
DRAW 18
|
|
#(Draw frame image)
|
|
DRAW 19
|
|
#(Draw frame image)
|
|
DRAW 20
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 21
|
|
#(Draw frame image)
|
|
DRAW 22
|
|
#(Draw frame image)
|
|
DRAW 23
|
|
#(Draw frame image)
|
|
DRAW 24
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 25
|
|
#(Draw frame image)
|
|
DRAW 26
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 27
|
|
#(Draw frame image)
|
|
DRAW 28
|
|
#(Draw frame image)
|
|
DRAW 29
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 30
|
|
#(Draw frame image)
|
|
DRAW 31
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1300
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 32
|
|
#(Draw frame image)
|
|
DRAW 33
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 34
|
|
#(Draw frame image)
|
|
DRAW 35
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1500
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 36
|
|
#(Draw frame image)
|
|
DRAW 37
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 38
|
|
#(Draw frame image)
|
|
DRAW 39
|
|
#(Draw frame image)
|
|
DRAW 40
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 41
|
|
#(Draw frame image)
|
|
DRAW 42
|
|
#(Draw frame image)
|
|
DRAW 43
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 44
|
|
#(Draw frame image)
|
|
DRAW 45
|
|
#(Draw frame image)
|
|
DRAW 46
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 1900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 47
|
|
#(Draw frame image)
|
|
DRAW 48
|
|
#(Draw frame image)
|
|
DRAW 49
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 50
|
|
#(Draw frame image)
|
|
DRAW 51
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 52
|
|
#(Draw frame image)
|
|
DRAW 53
|
|
#(Draw frame image)
|
|
DRAW 54
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 55
|
|
#(Draw frame image)
|
|
DRAW 56
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2300
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 57
|
|
#(Draw frame image)
|
|
DRAW 58
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 59
|
|
#(Draw frame image)
|
|
DRAW 60
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2500
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 61
|
|
#(Draw frame image)
|
|
DRAW 62
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 63
|
|
#(Draw frame image)
|
|
DRAW 64
|
|
#(Draw frame image)
|
|
DRAW 65
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 66
|
|
#(Draw frame image)
|
|
DRAW 67
|
|
#(Draw frame image)
|
|
DRAW 68
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 69
|
|
#(Draw frame image)
|
|
DRAW 70
|
|
#(Draw frame image)
|
|
DRAW 71
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 2900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 72
|
|
#(Draw frame image)
|
|
DRAW 73
|
|
#(Draw frame image)
|
|
DRAW 74
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 75
|
|
#(Draw frame image)
|
|
DRAW 76
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 77
|
|
#(Draw frame image)
|
|
DRAW 78
|
|
#(Draw frame image)
|
|
DRAW 79
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 80
|
|
#(Draw frame image)
|
|
DRAW 81
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3300
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 82
|
|
#(Draw frame image)
|
|
DRAW 83
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 84
|
|
#(Draw frame image)
|
|
DRAW 85
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3500
|
|
#(Draw frame image)
|
|
DRAW 86
|
|
#(Sync frame)
|
|
SYNC 3600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 87
|
|
#(Draw frame image)
|
|
DRAW 88
|
|
#(Draw frame image)
|
|
DRAW 89
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 90
|
|
#(Draw frame image)
|
|
DRAW 91
|
|
#(Draw frame image)
|
|
DRAW 92
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 93
|
|
#(Draw frame image)
|
|
DRAW 94
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 3900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 95
|
|
#(Draw frame image)
|
|
DRAW 96
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 97
|
|
#(Draw frame image)
|
|
DRAW 98
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 99
|
|
#(Draw frame image)
|
|
DRAW 100
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 101
|
|
#(Draw frame image)
|
|
DRAW 102
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4300
|
|
#(Draw frame image)
|
|
DRAW 103
|
|
#(Sync frame)
|
|
SYNC 4400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 104
|
|
#(Draw frame image)
|
|
DRAW 105
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4500
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 106
|
|
#(Draw frame image)
|
|
DRAW 107
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 108
|
|
#(Draw frame image)
|
|
DRAW 109
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 110
|
|
#(Draw frame image)
|
|
DRAW 111
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 112
|
|
#(Draw frame image)
|
|
DRAW 113
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 4900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 114
|
|
#(Draw frame image)
|
|
DRAW 115
|
|
#(Draw frame image)
|
|
DRAW 116
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5000
|
|
#(Draw frame image)
|
|
DRAW 117
|
|
#(Sync frame)
|
|
SYNC 5100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 118
|
|
#(Draw frame image)
|
|
DRAW 119
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5200
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 120
|
|
#(Draw frame image)
|
|
DRAW 121
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5300
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 122
|
|
#(Draw frame image)
|
|
DRAW 123
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5400
|
|
#(Draw frame image)
|
|
DRAW 124
|
|
#(Sync frame)
|
|
SYNC 5500
|
|
#(Draw frame image)
|
|
DRAW 125
|
|
#(Sync frame)
|
|
SYNC 5600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 126
|
|
#(Draw frame image)
|
|
DRAW 127
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 128
|
|
#(Draw frame image)
|
|
DRAW 129
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 130
|
|
#(Draw frame image)
|
|
DRAW 131
|
|
#(Draw frame image)
|
|
DRAW 132
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 5900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 133
|
|
#(Draw frame image)
|
|
DRAW 134
|
|
#(Draw frame image)
|
|
DRAW 135
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6000
|
|
#(Draw frame image)
|
|
DRAW 136
|
|
#(Sync frame)
|
|
SYNC 6100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 137
|
|
#(Draw frame image)
|
|
DRAW 138
|
|
#(Draw frame image)
|
|
DRAW 139
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6200
|
|
#(Draw frame image)
|
|
DRAW 140
|
|
#(Sync frame)
|
|
SYNC 6300
|
|
#(Draw frame image)
|
|
DRAW 141
|
|
#(Sync frame)
|
|
SYNC 6400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 142
|
|
#(Draw frame image)
|
|
DRAW 143
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6500
|
|
#(Draw frame image)
|
|
DRAW 144
|
|
#(Sync frame)
|
|
SYNC 6600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 145
|
|
#(Draw frame image)
|
|
DRAW 146
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 147
|
|
#(Draw frame image)
|
|
DRAW 148
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 149
|
|
#(Draw frame image)
|
|
DRAW 150
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 6900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 151
|
|
#(Draw frame image)
|
|
DRAW 152
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 7000
|
|
#(Draw frame image)
|
|
DRAW 153
|
|
#(Sync frame)
|
|
SYNC 7100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 154
|
|
#(Draw frame image)
|
|
DRAW 155
|
|
#(Draw frame image)
|
|
DRAW 156
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 7200
|
|
#(Draw frame image)
|
|
DRAW 157
|
|
#(Sync frame)
|
|
SYNC 7300
|
|
#(Draw frame image)
|
|
DRAW 158
|
|
#(Sync frame)
|
|
SYNC 7400
|
|
#(Draw frame image)
|
|
DRAW 159
|
|
#(Sync frame)
|
|
SYNC 7500
|
|
#(Draw frame image)
|
|
DRAW 160
|
|
#(Sync frame)
|
|
SYNC 7600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 161
|
|
#(Draw frame image)
|
|
DRAW 162
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 7700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 163
|
|
#(Draw frame image)
|
|
DRAW 164
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 7800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 165
|
|
#(Draw frame image)
|
|
DRAW 166
|
|
#(Draw frame image)
|
|
DRAW 167
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 7900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 168
|
|
#(Draw frame image)
|
|
DRAW 169
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8000
|
|
#(Draw frame image)
|
|
DRAW 170
|
|
#(Sync frame)
|
|
SYNC 8100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 171
|
|
#(Draw frame image)
|
|
DRAW 172
|
|
#(Draw frame image)
|
|
DRAW 173
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8200
|
|
#(Draw frame image)
|
|
DRAW 174
|
|
#(Sync frame)
|
|
SYNC 8300
|
|
#(Draw frame image)
|
|
DRAW 175
|
|
#(Sync frame)
|
|
SYNC 8400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 176
|
|
#(Draw frame image)
|
|
DRAW 177
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8500
|
|
#(Draw frame image)
|
|
DRAW 178
|
|
#(Sync frame)
|
|
SYNC 8600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 179
|
|
#(Draw frame image)
|
|
DRAW 180
|
|
#(Draw frame image)
|
|
DRAW 181
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 182
|
|
#(Draw frame image)
|
|
DRAW 183
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 184
|
|
#(Draw frame image)
|
|
DRAW 185
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 8900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 186
|
|
#(Draw frame image)
|
|
DRAW 187
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 188
|
|
#(Draw frame image)
|
|
DRAW 189
|
|
#(Draw frame image)
|
|
DRAW 190
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9100
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 191
|
|
#(Draw frame image)
|
|
DRAW 192
|
|
#(Draw frame image)
|
|
DRAW 193
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9200
|
|
#(Draw frame image)
|
|
DRAW 194
|
|
#(Sync frame)
|
|
SYNC 9300
|
|
#(Draw frame image)
|
|
DRAW 195
|
|
#(Sync frame)
|
|
SYNC 9400
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 196
|
|
#(Draw frame image)
|
|
DRAW 197
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9500
|
|
#(Draw frame image)
|
|
DRAW 198
|
|
#(Sync frame)
|
|
SYNC 9600
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 199
|
|
#(Draw frame image)
|
|
DRAW 200
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 201
|
|
#(Draw frame image)
|
|
DRAW 202
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 203
|
|
#(Draw frame image)
|
|
DRAW 204
|
|
#(Draw frame image)
|
|
DRAW 205
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 9900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 206
|
|
#(Draw frame image)
|
|
DRAW 207
|
|
#(Draw frame image)
|
|
DRAW 208
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 10000
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 209
|
|
#(Draw frame image)
|
|
DRAW 210
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 10100
|
|
#(Draw frame image)
|
|
DRAW 211
|
|
#(Sync frame)
|
|
SYNC 10200
|
|
#(Draw frame image)
|
|
DRAW 212
|
|
#(Sync frame)
|
|
SYNC 10300
|
|
#(Draw frame image)
|
|
DRAW 213
|
|
#(Sync frame)
|
|
SYNC 10400
|
|
#(Draw frame image)
|
|
DRAW 214
|
|
#(Sync frame)
|
|
SYNC 10500
|
|
#(Draw frame image)
|
|
DRAW 215
|
|
#(Sync frame)
|
|
SYNC 11500
|
|
#(Draw frame image)
|
|
DRAW 216
|
|
#(Sync frame)
|
|
SYNC 11600
|
|
#(Draw frame image)
|
|
DRAW 217
|
|
#(Sync frame)
|
|
SYNC 11700
|
|
#(Draw frame image)
|
|
DRAW 218
|
|
#(Sync frame)
|
|
SYNC 11800
|
|
#(Draw frame image)
|
|
DRAW 219
|
|
#(Sync frame)
|
|
SYNC 11900
|
|
#(Draw frame image)
|
|
DRAW 220
|
|
#(Sync frame)
|
|
SYNC 12100
|
|
#(Draw frame image)
|
|
DRAW 221
|
|
#(Sync frame)
|
|
SYNC 12200
|
|
#(Draw frame image)
|
|
DRAW 222
|
|
#(Sync frame)
|
|
SYNC 12300
|
|
#(Draw frame image)
|
|
DRAW 223
|
|
#(Sync frame)
|
|
SYNC 12400
|
|
#(Draw frame image)
|
|
DRAW 224
|
|
#(Sync frame)
|
|
SYNC 12500
|
|
#(Draw frame image)
|
|
DRAW 225
|
|
#(Sync frame)
|
|
SYNC 12600
|
|
#(Draw frame image)
|
|
DRAW 226
|
|
#(Sync frame)
|
|
SYNC 12700
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 227
|
|
#(Draw frame image)
|
|
DRAW 228
|
|
#(Draw frame image)
|
|
DRAW 229
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 12800
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 230
|
|
#(Draw frame image)
|
|
DRAW 231
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 12900
|
|
#(Batch several draws)
|
|
BATCH
|
|
#(Draw frame image)
|
|
DRAW 232
|
|
#(Draw frame image)
|
|
DRAW 233
|
|
#(Draw frame image)
|
|
DRAW 234
|
|
#(Draw frame image)
|
|
DRAW 235
|
|
#(Draw frame image)
|
|
DRAW 236
|
|
#(End of batch)
|
|
UNBATCH
|
|
#(Sync frame)
|
|
SYNC 13000
|
|
#(Draw frame image)
|
|
DRAW 237
|
|
#(Sync frame)
|
|
SYNC 13100
|
|
#(Draw frame image)
|
|
DRAW 238
|
|
#(Sync frame)
|
|
SYNC 13200
|
|
|
|
#(Fade out)
|
|
FTB 800
|