annotate stru6.cpp @ 33:c033691c2eca

Слияние
author Ritor1
date Tue, 16 Oct 2012 09:10:27 +0600
parents 509744251c8e
children bcc051713d20
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #include "stru6.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 #include "LayingItem.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "IndoorCameraD3D.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "ParticleEngine.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "Sprites.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "DecalBuilder.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "ObjectList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "Random.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "Spells.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "IconFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "PaletteManager.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "Overlays.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "stru160.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25 //----- (00478211) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26 void stru6_stru1_indoor_sw_billboard::Initialize(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 uNumVec4sInArray1 = 66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 pArray1 = new stru16x[66];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 uNumVec3sInArray2 = 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 pArray2 = new stru160[128];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 for (uint i = 0; i < uNumVec4sInArray1; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 pArray1[i].field_0 = array_4EB8B8[i].field_0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 pArray1[i].field_4 = array_4EB8B8[i].field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 pArray1[i].field_8 = array_4EB8B8[i].field_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 pArray1[i].field_C = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 memcpy(pArray2, array_4EBBD0_x/*array_4EBBD0*/, uNumVec3sInArray2 * sizeof(stru160));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 //----- (0047829F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 void stru6_stru1_indoor_sw_billboard::_47829F_fireball_collision(float arg0, float a3, float a4, float a5, int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 stru6_stru1_indoor_sw_billboard *v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 int v7; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 char *v8; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 signed int v9; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 int v10; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 signed int i; // [sp+8h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54 auto a1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 v6 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 for ( i = 0; i < (signed int)v6->uNumVec3sInArray2; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 v8 = (char *)&v6->field_14[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61 v9 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 *((float *)v8 - 1) = a5 * *(&v6->pArray1->field_0 + 4 * *(int *)((char *)&v6->pArray2->field_0 + v7)) + arg0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 *(float *)v8 = a5 * *(&v6->pArray1->field_4 + 4 * *(int *)((char *)&v6->pArray2->field_0 + v7)) + a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 v8 += 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 *((float *)v8 - 3) = a5 * *(&v6->pArray1->field_8 + 4 * *(int *)((char *)&v6->pArray2->field_0 + v7)) + a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 v10 = *(int *)((char *)&v6->pArray2->field_0 + v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 v7 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 --v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 *((int *)v8 - 2) = *((int *)&v6->pArray1[1].field_0 + 4 * v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 while ( v9 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 v6->field_10 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 if ( v6->sub_477C61() && v6->sub_477F63() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 if ( v6->sub_47802A() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 pRenderer->_4A4CC9(v6, a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 //----- (004A71FE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 void stru6::DoAddProjectile(float srcX, float srcY, float srcZ, float dstX, float dstY, float dstZ, unsigned int uTextureID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 int v8; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 v8 = this->uNumProjectiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 if ( v8 != 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 this->pProjectiles[v8].srcX = srcX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 *((float *)&this->array_0[0].uSpellAnimLength + 7 * (this->uNumProjectiles + 21)) = srcY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 this->pProjectiles[this->uNumProjectiles].srcZ = srcZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 this->pProjectiles[this->uNumProjectiles].dstX = dstX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 this->pProjectiles[this->uNumProjectiles].dstY = dstY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 this->pProjectiles[this->uNumProjectiles].dstZ = dstZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 this->pProjectiles[this->uNumProjectiles++].uTextureID = uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 //----- (004A7298) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 int stru6::DrawProjectiles()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 stru6 *v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 char *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 unsigned __int8 v4; // zf@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 unsigned __int8 v5; // sf@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 IndoorCameraD3D *v6; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 int v8; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 int v9; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 float v10; // ST1C_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 float v11; // ST0C_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 IDirect3DTexture2 *v12; // [sp+20h] [bp-78h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 RenderVertexSoft v13[2]; // [sp+30h] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 float v14; // [sp+90h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 int v15; // [sp+94h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 v2 = (char *)&v13[0].flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 v3 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 *(float *)v2 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 v2 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 v4 = v1->uNumProjectiles == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 v5 = v1->uNumProjectiles < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 v6 = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 result = LODWORD(v6->flt_D0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 v14 = v6->flt_D0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 if ( !(v5 | v4) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 v8 = (int)&v1->pProjectiles[0].srcY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 v13[0].vWorldPosition.x = *(float *)(v8 - 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 v13[0].vWorldPosition.y = *(float *)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 v13[0].vWorldPosition.z = *(float *)(v8 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 v13[1].vWorldPosition.x = *(float *)(v8 + 8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 v13[1].vWorldPosition.y = *(float *)(v8 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 v13[1].vWorldPosition.z = *(float *)(v8 + 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 v6->ViewTransform(v13, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 sr_42620A(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 v6->_436BB7_project_and_stuff(v13, 2u, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 v9 = *(int *)(v8 + 20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 if ( v9 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 v12 = pBitmaps_LOD->pHardwareTextures[v9];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 v10 = v14 / v13[1].vWorldViewPosition.x * 20.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 v11 = v14 / v13[0].vWorldViewPosition.x * 20.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 pRenderer->DrawProjectile(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 v13[0].vWorldViewProjX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 v13[0].vWorldViewProjY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 v13[0].vWorldViewPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 v11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 v13[1].vWorldViewProjX,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 v13[1].vWorldViewProjY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 v13[1].vWorldViewPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 v10,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 ++v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 v8 += 28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 result = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 while ( v15 < v1->uNumProjectiles );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 //----- (004A73AA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 void stru6::_4A73AA_hanging_trace_particles___like_fire_strike_ice_blast_etc(LayingItem *a2, unsigned int uDiffuse, unsigned int uTextureID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 stru6 *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 LayingItem *v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 stru6_stru2 *v7; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 double v8; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 double v9; // st6@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 double v10; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 Particle_ local_0; // [sp+8h] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 float x; // [sp+78h] [bp+8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 v5 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 v6 = a2->field_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 v7 = &v4->array_0[v6 & 0x1F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 x = ((double)a2->vPosition.x - v7->flt_4) * 0.5 + v7->flt_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 v8 = ((double)v5->vPosition.y - v7->flt_8) * 0.5 + v7->flt_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 v9 = ((double)v5->vPosition.z - v7->flt_C) * 0.5 + v7->flt_C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 local_0.bFree = 1036;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 local_0.uDiffuse = uDiffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 local_0.x = x + 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 local_0.y = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 local_0.z = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 local_0.flt_10 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 local_0.flt_14 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 local_0.flt_18 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 local_0.field_20 = (rand() & 0x40) + 96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 local_0.uTextureID = uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 local_0.x = x - 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 local_0.x = (double)v5->vPosition.x + 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 local_0.y = (double)v5->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 local_0.z = (double)v5->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 local_0.x = (double)v5->vPosition.x - 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 v4->array_0[v5->field_54 & 0x1F].flt_4 = (double)v5->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 v4->array_0[v5->field_54 & 0x1F].flt_8 = (double)v5->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 v4->array_0[v5->field_54 & 0x1F].flt_C = (double)v5->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 a2->field_54 = v4->array_0[0].uSpellAnimLength++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 v4->array_0[a2->field_54 & 0x1F].flt_4 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 v4->array_0[a2->field_54 & 0x1F].flt_8 = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 v4->array_0[a2->field_54 & 0x1F].flt_C = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 v10 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 local_0.bFree = 1036;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 local_0.uDiffuse = uDiffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 local_0.x = v10 + 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 local_0.y = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 local_0.z = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 local_0.flt_10 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 local_0.flt_14 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 local_0.flt_18 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 local_0.field_20 = (rand() & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 local_0.uTextureID = uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 local_0.x = (double)a2->vPosition.x - 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 //----- (004A75CC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 void stru6::_4A75CC_single_spell_collision_particle(LayingItem *a1, unsigned int uDiffuse, unsigned int uTextureID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 double v4; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 signed int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 Particle_ local_0; // [sp+8h] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 local_0.bFree = 1029;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 local_0.x = (double)a1->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 local_0.y = (double)a1->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 v4 = (double)a1->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 local_0.uDiffuse = uDiffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 local_0.z = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 v5 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 local_0.field_20 = (rand() & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 local_0.uTextureID = uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 local_0.flt_10 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 local_0.flt_14 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 local_0.flt_18 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 --v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 while ( v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 //----- (004A7688) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 void stru6::_4A7688_fireball_collision_particle(LayingItem *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 LayingItem *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 double v3; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 double v4; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 double v5; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 int v6; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 float v7; // ST0C_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 float v8; // ST08_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 float v9; // ST04_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 float v10; // ST00_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 Particle_ local_0; // [sp+1Ch] [bp-7Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 stru6 *v12; // [sp+84h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 float v13; // [sp+88h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 double v14; // [sp+8Ch] [bp-Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 float v15; // [sp+94h] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 signed int i; // [sp+A0h] [bp+8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 signed int a2b; // [sp+A0h] [bp+8h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 v12 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 v2 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 v3 = (double)a2->uSpriteFrameID / (double)pObjectList->pObjects[a2->uObjectDescID].uLifetime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 v13 = 512.0 * v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 if ( v3 >= 0.75 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 v4 = (1.0 - v3) * 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 v4 = v3 * 1.333333333333333;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 v15 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 v5 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 local_0.bFree = 1029;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 local_0.uDiffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 local_0.x = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 local_0.y = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 local_0.z = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 local_0.field_20 = (rand() & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 local_0.uTextureID = pBitmaps_LOD->LoadTexture("effpar01", TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 i = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 HIDWORD(v14) = rand() & 0x1FF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 local_0.flt_10 = (double)SHIDWORD(v14) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 HIDWORD(v14) = rand() & 0x1FF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 local_0.flt_14 = (double)SHIDWORD(v14) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 WORD2(v14) = rand() & 0x1FF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 HIDWORD(v14) = WORD2(v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 local_0.flt_18 = (double)WORD2(v14) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329 --i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 while ( i );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 v14 = v13 + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 a2b = LODWORD(v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 v6 = sub_4A7063(0xFF3C1Eu, v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 v7 = (double)a2b;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 v8 = (double)v2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 v9 = (double)v2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 v10 = (double)v2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339 v12->pStru1->_47829F_fireball_collision(v10, v9, v8, v7, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 //----- (004A77FD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 void stru6::_4A77FD_some_stuff_d3d(LayingItem *a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 LayingItem *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 stru6 *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 double v4; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 double v5; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 double v6; // ST1C_8@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 int v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 float v8; // ST0C_4@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 float v9; // ST08_4@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 float v10; // ST04_4@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 float v11; // ST00_4@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 float v12; // [sp+28h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 float a1a; // [sp+34h] [bp+8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 v2 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 v4 = (double)a1->uSpriteFrameID / (double)pObjectList->pObjects[a1->uObjectDescID].uLifetime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 v12 = 512.0 - v4 * 512.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 if ( v4 >= 0.75 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 v5 = v4 * 4.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 v5 = v4 * 1.333333333333333;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 a1a = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 v6 = v12 + 6.7553994e15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 v7 = sub_4A7063(0x7E7E7Eu, a1a);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 v8 = (double)SLODWORD(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 v9 = (double)v2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 v10 = (double)v2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 v11 = (double)v2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 v3->pStru1->_47829F_fireball_collision(v11, v10, v9, v8, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 //----- (004A78AE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 void stru6::_4A78AE_sparks_spell(LayingItem *a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 ObjectDesc *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 double v4; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 Particle_ local_0; // [sp+8h] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 v2 = &pObjectList->pObjects[a1->uObjectDescID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 v3 = a1->uSpriteFrameID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387 local_0.x = (double)a1->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 v4 = (double)a1->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 local_0.bFree = 2048;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 local_0.uDiffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 local_0.field_20 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 local_0.y = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 local_0.z = (double)a1->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 local_0.flt_10 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 local_0.flt_14 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 local_0.flt_18 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 local_0.uTextureID = pSpriteFrameTable->GetFrame(v2->uSpriteID, v3)->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 LODWORD(local_0.flt_28) = 0x40000000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 //----- (004A7948) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 void stru6::_4A7948_mind_blast_after_effect(LayingItem *a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 ObjectDesc *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 double v4; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 char v5; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 signed int v6; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 Particle_ Dst; // [sp+8h] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 v2 = &pObjectList->pObjects[a1->uObjectDescID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 memset(&Dst, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 v3 = a1->uSpriteFrameID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 Dst.x = (double)a1->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 v4 = (double)a1->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 Dst.bFree = 2053;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 Dst.uDiffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 Dst.y = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 Dst.z = (double)a1->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 Dst.uTextureID = pSpriteFrameTable->GetFrame(v2->uSpriteID, v3)->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 v5 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 v6 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 Dst.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 Dst.field_20 = (v5 & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 Dst.flt_10 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 Dst.flt_14 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 Dst.flt_18 = (double)(rand() & 0x1FF) - 255.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 pGame->pParticleEngine->AddParticle(&Dst);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 //----- (004A7A27) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 bool stru6::AddMobileLight(LayingItem *a1, unsigned int uDiffuse, int uRadius)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 return pMobileLightsStack->AddLight(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 a1->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 a1->vPosition.y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 a1->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 a1->uSectorID,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 uRadius,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 uDiffuse >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 BYTE1(uDiffuse),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 uDiffuse != 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 (int *)byte_4E94D3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 // 4E94D3: using guessed type char byte_4E94D3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 //----- (004A7A66) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 void stru6::_4A7A66_miltiple_spell_collision_partifles___like_after_sparks_or_lightning(LayingItem *a1, unsigned int uDiffuse, unsigned int uTextureID, float a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 char v6; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 double v7; // st6@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 double v8; // st6@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 double v9; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 double v10; // st6@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 Particle_ local_0; // [sp+0h] [bp-6Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 float v12; // [sp+68h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 float a1a; // [sp+74h] [bp+8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 float uDiffusea; // [sp+78h] [bp+Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 float uTextureIDa; // [sp+7Ch] [bp+10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 local_0.bFree = 1029;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 local_0.x = (double)a1->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 v5 = a1->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 local_0.y = (double)a1->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 local_0.uDiffuse = uDiffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 local_0.z = (double)(v5 + 32);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 v6 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 v7 = 0.0 * a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 local_0.field_20 = (v6 & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 local_0.uTextureID = uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 a1a = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 local_0.flt_10 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 local_0.flt_14 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 v8 = 0.70710677 * a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 uDiffusea = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 local_0.flt_10 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 local_0.flt_14 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 local_0.flt_14 = a1a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 local_0.flt_10 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 local_0.flt_10 = uDiffusea;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 v9 = -uDiffusea;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 uTextureIDa = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 local_0.flt_14 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 v10 = -1.0 * a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 local_0.flt_10 = a1a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v12 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 local_0.flt_14 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 local_0.flt_10 = uTextureIDa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 local_0.flt_14 = uTextureIDa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 local_0.flt_10 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 local_0.flt_14 = a1a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 local_0.flt_10 = uTextureIDa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 local_0.flt_14 = uDiffusea;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 local_0.flt_18 = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 //----- (004A7C07) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 void stru6::_4A7C07(LayingItem *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 stru6 *v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 LayingItem *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 ObjectDesc *v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 stru6_stru2 *v6; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 double v7; // st6@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 double v8; // st5@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 double v9; // st4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 char v10; // al@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 double v11; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 double v12; // st7@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 Particle_ local_0; // [sp+Ch] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 float a2a; // [sp+7Ch] [bp+8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 v4 = a2->field_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 v5 = &pObjectList->pObjects[a2->uObjectDescID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 v6 = &v2->array_0[v4 & 0x1F];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v7 = ((double)a2->vPosition.x - v6->flt_4) * 0.5 + v6->flt_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v8 = ((double)a2->vPosition.y - v6->flt_8) * 0.5 + v6->flt_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 v9 = ((double)a2->vPosition.z - v6->flt_C) * 0.5 + v6->flt_C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 local_0.bFree = 2048;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 local_0.uDiffuse = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 a2a = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 local_0.x = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 local_0.z = a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 local_0.y = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 local_0.flt_10 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 local_0.flt_14 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 local_0.flt_18 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 v10 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 LODWORD(local_0.flt_28) = 0x40400000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 local_0.field_20 = (v10 & 0x3F) + 64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 local_0.uTextureID = pSpriteFrameTable->GetFrame(v5->uSpriteID, v3->uSpriteFrameID)->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 v11 = (double)v3->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 LODWORD(local_0.flt_28) = 0x40800000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 local_0.x = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 local_0.y = (double)v3->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 local_0.z = (double)v3->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 local_0.field_20 = (rand() & 0x3F) + 64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 v2->array_0[v3->field_54 & 0x1F].flt_4 = (double)v3->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 v2->array_0[v3->field_54 & 0x1F].flt_8 = (double)v3->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 v2->array_0[v3->field_54 & 0x1F].flt_C = (double)v3->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 a2->field_54 = v2->array_0[0].uSpellAnimLength++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 v2->array_0[a2->field_54 & 0x1F].flt_4 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 v2->array_0[a2->field_54 & 0x1F].flt_8 = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 v2->array_0[a2->field_54 & 0x1F].flt_C = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 v12 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 local_0.bFree = 2048;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 local_0.uDiffuse = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 LODWORD(local_0.flt_28) = 0x40000000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 local_0.x = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 local_0.y = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 local_0.z = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 local_0.flt_10 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 local_0.flt_14 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 local_0.flt_18 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590 local_0.field_20 = (rand() & 0x3F) + 64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 local_0.uTextureID = pSpriteFrameTable->GetFrame(v5->uSpriteID, a2->uSpriteFrameID)->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 //----- (004A7E05) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 void stru6::AddProjectile(LayingItem *a2, int a3, unsigned int uTextureID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 int v4; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 float v5; // ST14_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 float v6; // ST10_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 float v7; // ST0C_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 v4 = a2->field_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 v5 = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 v6 = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 v7 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 DoAddProjectile(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 this->array_0[v4 & 0x1F].flt_4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 this->array_0[v4 & 0x1F].flt_8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 this->array_0[v4 & 0x1F].flt_C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 v7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 v6,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 v5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 uTextureID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 a2->field_54 = this->array_0[0].uSpellAnimLength++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 this->array_0[a2->field_54 & 0x1F].flt_4 = (double)a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 this->array_0[a2->field_54 & 0x1F].flt_8 = (double)a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 this->array_0[a2->field_54 & 0x1F].flt_C = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 //----- (004A7E89) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 int stru6::_4A7E89_sparkles_on_actor_after_it_casts_buff(Actor *pActor, unsigned int uDiffuse)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 Actor *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 int v4; // ebx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 Particle_ Dst; // [sp+Ch] [bp-6Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 int v7; // [sp+74h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 signed int pActora; // [sp+80h] [bp+8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 memset(&Dst, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 Dst.bFree = 1036;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 Dst.field_20 = (rand() & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 v3 = pActor;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 Dst.uTextureID = pBitmaps_LOD->LoadTexture("effpar02", TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 pActora = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 Dst.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 v7 = (unsigned __int8)rand() + v3->vPosition.x - 127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 Dst.x = (double)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 v7 = (unsigned __int8)rand() + v3->vPosition.y - 127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 Dst.y = (double)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 v7 = v3->vPosition.z + (unsigned __int8)rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 Dst.z = (double)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 if ( uDiffuse )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 Dst.uDiffuse = uDiffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 v4 = rand() << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 Dst.uDiffuse = rand() | v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 pGame->pParticleEngine->AddParticle(&Dst);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 --pActora;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 while ( pActora );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 //----- (004A7F74) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 void stru6::_4A7F74(int x, int y, int z)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 stru6 *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 char v5; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 signed int v6; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 unsigned int v7; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 double v8; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 double v9; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 Particle_ local_0; // [sp+8h] [bp-78h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 double v11; // [sp+70h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 double v12; // [sp+78h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 float z1; // [sp+88h] [bp+8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 local_0.bFree = 1029;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 local_0.uDiffuse = 0x7E7E7Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 v5 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 v6 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 local_0.field_20 = (v5 & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 v7 = v4->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 v12 = (double)x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 local_0.uTextureID = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 v11 = (double)y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 v8 = pRnd->GetRandom();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 local_0.x = v8 * 40.0 - 20.0 + v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 v9 = pRnd->GetRandom();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 z1 = (double)z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 local_0.z = z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 local_0.y = v9 * 40.0 - 20.0 + v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 local_0.flt_10 = pRnd->GetRandom() * 400.0 - 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 local_0.flt_14 = pRnd->GetRandom() * 400.0 - 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 local_0.flt_18 = pRnd->GetRandom() * 150.0 + 50.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 //----- (004A806F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 int stru6::_4A806F(Actor *pActor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 int v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 double v4; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 float v5; // ST00_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 v2 = (int)pActor;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 v3 = LODWORD(pActor->pActorBuffs[10].uExpireTime) - pMiscTimer->uTotalGameTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 if ( (signed int)v3 <= 64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 if ( (v3 & 0x80000000u) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 pActor->pActorBuffs[10].uExpireTime = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 v4 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 v2 = v3 * v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 v4 = 1.0 - (double)(signed int)(v3 * v3) * 0.0001953125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 v2 = (v3 - 64) * (v3 - 64);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 v4 = (double)v2 * 0.0001953125 + 0.2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 v5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 return _48B561_mess_with_scaling_along_z(/*v2, */v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 //----- (004A80DC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 void stru6::_4A80DC_some_stuff_sw(LayingItem *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 stru6 *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 signed int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 Particle_ local_0; // [sp+Ch] [bp-68h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 memset(&local_0, 0, 0x68u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 local_0.bFree = 1029;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 local_0.uDiffuse = 0x7E7E7Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 local_0.field_20 = (rand() & 0x7F) + 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 local_0.uTextureID = v2->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 v3 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 local_0.flt_28 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 local_0.x = pRnd->GetRandom() * 40.0 + (double)a2->vPosition.x - 20.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 local_0.y = pRnd->GetRandom() * 40.0 + (double)a2->vPosition.y - 20.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 local_0.z = (double)a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 local_0.flt_10 = pRnd->GetRandom() * 800.0 - 400.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 local_0.flt_14 = pRnd->GetRandom() * 800.0 - 400.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 local_0.flt_18 = pRnd->GetRandom() * 350.0 + 50.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 pGame->pParticleEngine->AddParticle(&local_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 //----- (004A81CA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 bool stru6::_4A81CA(LayingItem *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 stru6 *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 int v4; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 unsigned int diffuse; // esi@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 int v6; // ecx@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 int v7; // eax@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 int v8; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 char v9; // zf@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 int v10; // eax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 int v11; // eax@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 int v12; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 int v13; // eax@86
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 int v14; // eax@96
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 int v15; // eax@111
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 int v16; // eax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 int v17; // eax@139
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 int v18; // eax@140
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 int v19; // eax@141
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 int v20; // eax@151
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 unsigned int v21; // [sp-8h] [bp-20h]@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 LayingItem *v22; // [sp-8h] [bp-20h]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 unsigned int v23; // [sp-4h] [bp-1Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 unsigned int v24; // [sp-4h] [bp-1Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 unsigned int v25; // [sp-4h] [bp-1Ch]@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 unsigned int v26; // [sp-4h] [bp-1Ch]@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 unsigned int v27; // [sp-4h] [bp-1Ch]@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 int v28; // [sp-4h] [bp-1Ch]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 unsigned int v29; // [sp+0h] [bp-18h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 unsigned int v30; // [sp+0h] [bp-18h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 int v31; // [sp+0h] [bp-18h]@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 unsigned int v32; // [sp+0h] [bp-18h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 float v33; // [sp+0h] [bp-18h]@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 float v34; // [sp+0h] [bp-18h]@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 signed int v35; // [sp+0h] [bp-18h]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 char pContainer[7]; // [sp+10h] [bp-8h]@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 result = a2->uItemType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 if ( result <= 545 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 if ( result != 545 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 result -= 500;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 switch ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 case 0:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 case 30:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 v23 = 0xAAAFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 case 31:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 v24 = 0xAAAFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 v23 = 0x5C310Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 case 10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 v23 = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 case 15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 v23 = 0x62D0u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 v24 = 0x62D0u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 case 20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 v23 = 0xAB450u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 case 21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v24 = 0xAB450u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 case 25:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 v23 = 0xC8C805u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 case 26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 v24 = 0xC8C805u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 case 35:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 v23 = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 case 36:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 goto LABEL_154;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 case 40:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 case 11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 goto LABEL_31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 goto LABEL_115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 case 41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 goto LABEL_164;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 if ( result <= 4051 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 if ( result != 4051 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 if ( result <= 2031 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 if ( result != 2031 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 if ( result <= 1051 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 if ( result == 1051 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 result = AddMobileLight(a2, 0xFF3C1Eu, 256);// fireball hit
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 result = a2->field_58 & 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 if ( result != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 if ( result != 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 result = (bool)&v2->field_204;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 v6 = v2->field_204;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 if ( v6 != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 *(int *)result = v6 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 _4A7688_fireball_collision_particle(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 if ( result <= 600 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 if ( result == 600 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 result = AddMobileLight(a2, 0xFF3C1Eu, 256);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 result -= 550;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 LABEL_34:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 v4 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 result = v4 - 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 v31 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 v25 = 0xFF0000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 LABEL_144:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 result = AddMobileLight(a2, v25, v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 goto LABEL_31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 if ( result < 811 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 if ( result <= 814 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 if ( result == 1010 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 goto LABEL_41; // fire strike
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 if ( result != 1011 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 if ( result != 1050 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 LABEL_41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 diffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 _4A73AA_hanging_trace_particles___like_fire_strike_ice_blast_etc(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 diffuse,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 this->uTextureID_effpar1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 LABEL_43:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 v31 = 256;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 LABEL_44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 v25 = diffuse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 v32 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 diffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 LABEL_146:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 _4A75CC_single_spell_collision_particle(a2, diffuse, v32);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 goto LABEL_43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 if ( result <= 1081 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 if ( result == 1081 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 diffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 _4A7A66_miltiple_spell_collision_partifles___like_after_sparks_or_lightning(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 0xFF3C1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 this->uTextureID_effpar1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 300.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 _4A7A66_miltiple_spell_collision_partifles___like_after_sparks_or_lightning(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 0xFF3C1Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 v2->uTextureID_effpar1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 250.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 v33 = 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 v26 = v2->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 result -= 1060;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 v7 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 if ( v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 v8 = v7 - 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 if ( !v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 LABEL_31:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 v24 = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 result = v8 - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 v9 = result == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 LABEL_129:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 diffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 v33 = 250.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 v26 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 _4A7A66_miltiple_spell_collision_partifles___like_after_sparks_or_lightning(a2, diffuse, v26, v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 goto LABEL_43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 v10 = result - 1090;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 result = v10 - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 v11 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 if ( !v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 diffuse = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 _4A75CC_single_spell_collision_particle(a2, 0xFF3C1Eu, this->uTextureID_effpar1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 v32 = v2->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 goto LABEL_146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 result = v11 - 929;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 LABEL_63:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 _4A78AE_sparks_spell(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 v31 = 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 v25 = 0x64640Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 v34 = 250.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 v27 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 v21 = 0xFF3C1Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 LABEL_117:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 _4A7A66_miltiple_spell_collision_partifles___like_after_sparks_or_lightning(a2, v21, v27, v34);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 goto LABEL_67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 if ( result <= 3060 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 if ( result == 3060 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 goto LABEL_171; // acid burst
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 if ( result <= 2101 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 if ( result == 2101 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 v33 = 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 v26 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 if ( result != 2060 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 if ( result != 2061 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 if ( result <= 2079 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 if ( result <= 2081 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 _4A77FD_some_stuff_d3d(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 _4A80DC_some_stuff_sw(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 v9 = result == 2100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 goto LABEL_129;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 LABEL_67:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 v33 = 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 v26 = this->uTextureID_effpar2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 LABEL_83:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 diffuse = (unsigned int)&pDecalBuilder->std__vector_pDecals[557].pVertices[57].vWorldViewPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 *(int *)pContainer = *(int *)"sp18h1";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 *(short *)&pContainer[4] = *(short *)"h1";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 pContainer[6] = aSp18h1[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 pRnd->SetRange(1, 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 pContainer[5] = pRnd->GetInRange() + '0';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 v35 = pBitmaps_LOD->LoadTexture(pContainer, TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 v28 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 v22 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 LABEL_157:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 AddProjectile(v22, v28, v35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 v12 = result - 3010;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 if ( !v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 LABEL_171:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 diffuse = 0xAB450u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 v13 = v12 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 if ( !v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 v32 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 diffuse = 0xAB450u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 goto LABEL_146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 result = v13 - 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 LABEL_89:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 v32 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 diffuse = 0x9EB9F1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 goto LABEL_146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 if ( result > 4000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 result -= 4030;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 if ( !result || (--result, !result) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 result -= 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 v9 = result == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 goto LABEL_129;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 if ( result == 4000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 _4A7C07(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 result -= 3061;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 if ( !result || (result -= 29) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 v14 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 goto LABEL_89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 result = v14 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 v23 = 0x9EB9F1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 _4A73AA_hanging_trace_particles___like_fire_strike_ice_blast_etc(a2, v23, v29);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 goto LABEL_122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 if ( result <= 7090 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 if ( result == 7090 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 if ( result > 6030 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 if ( result > 6091 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 result -= 6100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 result -= 930;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 v24 = 0xF00000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 goto LABEL_63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 if ( result != 6091 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 result -= 6040;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 if ( !result || (result -= 20) == 0 || (result -= 10) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 result -= 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 v9 = result == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 goto LABEL_129;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 if ( result == 6030 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 if ( result <= 4091 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 if ( result != 4091 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 result -= 4070;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 v15 = result - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 if ( v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 result = v15 - 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 result -= 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 _4A73AA_hanging_trace_particles___like_fire_strike_ice_blast_etc(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 0x7E7E7Eu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 this->uTextureID_effpar1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1228 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1231 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 LABEL_115:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234 v24 = 0x5C310Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 LABEL_32:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 _4A75CC_single_spell_collision_particle(a2, v24, v30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 v34 = 200.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 v27 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 v21 = 0x7E7E7Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 goto LABEL_117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244 v16 = result - 4092;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245 if ( !v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248 v29 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249 v23 = 0x7E7E7Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 result = v16 - 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 result -= 1910;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 LABEL_122:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1263 _4A7948_mind_blast_after_effect(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1265 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 if ( result <= 9000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1267 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1268 if ( result == 9000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 if ( result <= 8030 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1272 if ( result == 8030 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 v17 = result - 7091;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 if ( v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 v18 = v17 - 909;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 if ( !v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 diffuse = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 _4A73AA_hanging_trace_particles___like_fire_strike_ice_blast_etc(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 0xFFFFFFu,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 this->uTextureID_effpar3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 v31 = 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 goto LABEL_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 v19 = v18 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 result = v19 - 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 v31 = 64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 v25 = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 goto LABEL_144;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 v32 = this->uTextureID_effpar2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 diffuse = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 v32 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 diffuse = 0xF00000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 goto LABEL_146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 result -= 8040;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 if ( !result || (result -= 20) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 v20 = result - 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 if ( v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 result = v20 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1317 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 v30 = this->uTextureID_effpar3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 LABEL_154:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321 v24 = 16777215;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 result = AddMobileLight(a2, 0xFFFFFFu, 128);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 v35 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 v28 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 v22 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 goto LABEL_157;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 if ( result > 9050 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334 result -= 9070;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 if ( !result || (result -= 10) == 0 || (--result, !result) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1339 if ( result == 9050 || (result -= 9010) == 0 || (result -= 20) == 0 || (result -= 10) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1340 goto LABEL_34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1341 --result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1342 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 LABEL_164:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 v30 = this->uTextureID_effpar1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 v24 = 0x7E7E7Eu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349 LABEL_168:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 //----- (004A89BD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1355 int stru6::SetPlayerBuffAnim(unsigned __int16 uSpellID, unsigned __int16 uPlayerID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 stru6 *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 PlayerBuffAnim *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 const char *v6; // [sp-4h] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 v4 = (PlayerBuffAnim *)((char *)this + 16 * (signed __int16)uPlayerID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 v4[32].uSpellIconID_ = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 v4[32].uSpellID = uSpellID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 result = (signed __int16)uSpellID - 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 switch ( uSpellID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 case (SPELL_WATER_PROTECTION_FROM_WATER|0x80):
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 v6 = "zapp";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 case SPELL_AIR_FEATHER_FALL:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373 case SPELL_SPIRIT_DETECT_LIFE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374 case SPELL_SPIRIT_DOOM:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 case 0x96u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 v6 = "spboost1";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 case SPELL_AIR_SHIELD|0x2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 case SPELL_WATER_WATER_WALK:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 case SPELL_SPIRIT_PRESERVE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 case 0x97u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 v6 = "spboost2";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 case SPELL_BODY_CURE_WEAKNESS|0x10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 case SPELL_BODY_FIRST_AID|SPELL_AIR_SHIELD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 case 0x56u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 case SPELL_BODY_CURE_POISON|0x10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 case 0x98u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 v6 = "spboost3";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 case (SPELL_AIR_SHIELD|0x20):
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 case SPELL_MIND_REMOVE_FEAR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 case SPELL_BODY_CURE_WEAKNESS:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394 v6 = "spheal1";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 case SPELL_SPIRIT_PRESERVE|0x4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 case SPELL_MIND_CURE_PARALYSIS:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 case 0x40u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 case SPELL_BODY_FIRST_AID:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 case SPELL_BODY_CURE_POISON:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 case SPELL_BODY_CURE_DISEASE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 case 0x60u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 v6 = "spheal2";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 case SPELL_BODY_HAMMERHANDS|0x4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 case SPELL_BODY_CURE_WEAKNESS|0x20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 v6 = "spheal3";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 case SPELL_FIRE_PROTECTION_FROM_FIRE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 case SPELL_FIRE_FIRE_RING:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 v6 = "spell03";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 case SPELL_FIRE_HASTE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 v6 = "spell05";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 case SPELL_AIR_PROTECTION_FROM_AIR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 v6 = "spell14";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 case SPELL_AIR_SHIELD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 v6 = "spell17";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 case SPELL_WATER_PROTECTION_FROM_WATER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 v6 = "spell25";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1424 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425 case SPELL_EARTH_PROTECTION_FROM_EARTH:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1426 v6 = "spell36";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1428 case SPELL_EARTH_STONESKIN:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 v6 = "spell38";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1430 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 case SPELL_SPIRIT_BLESS:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 v6 = "spell46";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 case SPELL_SPIRIT_HEROISM:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 v6 = "spell51";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 case SPELL_SPIRIT_HEROISM|0x4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 v6 = "spell55";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 case SPELL_MIND_PROTECTION_FROM_MIND:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 v6 = "spell58";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 case SPELL_BODY_FIRST_AID|0x1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 v6 = "spell69";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 case SPELL_BODY_FIRST_AID|SPELL_FIRE_PROTECTION_FROM_FIRE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447 v6 = "spell71";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 case SPELL_BODY_HAMMERHANDS:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 v6 = "spell73";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452 case SPELL_BODY_PROTECTION_FROM_MAGIC:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 v6 = "spell75";
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 result = pIconsFrameTable->FindIcon(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 v4[33].uSpellIconID = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 v4[32].uSpellID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 if ( v4[32].uSpellID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 result = 8 * pIconsFrameTable->pIcons[v4[33].uSpellIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 v3->array_0[(signed __int16)uPlayerID + 33].uSpellAnimLength = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 //----- (004A8BDF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 void stru6::FadeScreen__like_Turn_Undead_and_mb_Armageddon(unsigned int uDiffuseColor, unsigned int uFadeTime)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 this->uFadeTime = uFadeTime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 this->uFadeTime2 = uFadeTime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 this->uFadeColor = uDiffuseColor;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 //----- (004A8BFC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 int stru6::_4A8BFC()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 stru6 *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 result = 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 * pSpriteFrameTable->pSpriteSFrames[pSpriteFrameTable->FastFindSprite("spell84")].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 v1->uAnimLength = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 //----- (004A8C27) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 HRESULT stru6::RenderSpecialEffects()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 stru6 *v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 int *v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 HRESULT result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 double v4; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 double v5; // st6@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 double v6; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 float v7; // ST14_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 unsigned int v8; // ST14_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 unsigned int v9; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 SpriteFrame *v10; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 int v11; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 double v12; // st7@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 double v13; // st7@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 double v14; // st7@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508 double v15; // st6@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 HRESULT v16; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 HRESULT v17; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 signed __int64 v18; // qtt@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512 const char *v19; // [sp+4h] [bp-E8h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 int v20; // [sp+8h] [bp-E4h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 unsigned int v21; // [sp+Ch] [bp-E0h]@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 RenderBillboardTransform_local0 vsr; // [sp+10h] [bp-DCh]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 RenderVertexD3D3 vd3d[4]; // [sp+60h] [bp-8Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 int v24; // [sp+E0h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 SpriteFrame *v70; // [sp+E4h] [bp-8h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 unsigned int v26; // [sp+E8h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 //by the time we first get in this function, dword_0005D4 is still not initialized in the original exe
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 //maybe the following code in never executed at all
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 v2 = &this->uNumProjectiles;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 if ( this->uNumProjectiles )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 DrawProjectiles();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 *v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 result = v1->uFadeTime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 v1->field_204 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 v26 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 if ( result > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 v4 = (double)(signed int)v26 / (double)v1->uFadeTime2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 v5 = 1.0 - v4 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 if ( v5 > 0.9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 v6 = 1.0 - (v5 - 0.9) * 10.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 v7 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 pRenderer->_4A52F1(v1->uFadeColor, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 result = pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 v1->uFadeTime -= pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 if ( v1->uAnimLength > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 v8 = 8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 * pSpriteFrameTable->pSpriteSFrames[pSpriteFrameTable->FastFindSprite("spell84")].uAnimLength
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 - v1->uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 v9 = pSpriteFrameTable->FastFindSprite("spell84");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 v10 = pSpriteFrameTable->GetFrame(v9, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 v11 = v10->pHwSpriteIDs[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554 v70 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 v1->uAnimLength -= pEventTimer->uTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558 v12 = (double)(signed int)pViewport->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 vd3d[0].pos.x = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 vd3d[1].pos.x = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 v13 = (double)(signed int)pViewport->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 v26 = pViewport->uViewportW + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 vd3d[0].diffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 vd3d[1].diffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1565 vd3d[2].pos.x = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 vd3d[3].pos.x = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 v14 = (double)(signed int)pViewport->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 vd3d[2].diffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 vd3d[3].diffuse = 0x7F7F7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 vd3d[0].specular = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 vd3d[1].specular = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 vd3d[0].pos.y = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 v15 = (double)(pViewport->uViewportW + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 vd3d[2].specular = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 vd3d[3].specular = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 vd3d[1].pos.y = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 vd3d[2].pos.y = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 vd3d[3].pos.y = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 vd3d[0].pos.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 vd3d[1].pos.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 vd3d[2].pos.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 vd3d[3].pos.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 vd3d[0].rhw = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 vd3d[1].rhw = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 vd3d[2].rhw = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 vd3d[3].rhw = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 vd3d[0].texcoord.x = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1588 vd3d[1].texcoord.x = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 vd3d[2].texcoord.x = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 vd3d[3].texcoord.x = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 vd3d[0].texcoord.y = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592 vd3d[1].texcoord.y = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 vd3d[2].texcoord.y = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 vd3d[3].texcoord.y = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 pRenderer->pRenderD3D->pDevice->SetTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597 pSprites_LOD->pHardwareSprites[v11].pTexture);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGENABLE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DITHERENABLE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZFUNC, 8u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1605 pRenderer->pRenderD3D->pDevice->DrawPrimitive(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1606 D3DPT_TRIANGLEFAN,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607 452,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1608 vd3d,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612 "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\seffects.cpp:1348");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\seffects.cpp:1349");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, true);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DITHERENABLE, true);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 result = pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZFUNC, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 vsr.pTarget = pRenderer->pTargetSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1623 vsr.uParentBillboardID = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 vsr.pTargetZ = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 vsr.field_8 = (signed int)(pViewport->uViewportZ - pViewport->uViewportX) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 vsr.field_C = pViewport->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 v24 = 16777216;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 LODWORD(v18) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 HIDWORD(v18) = (signed __int16)(LOWORD(pViewport->uViewportZ) - LOWORD(pViewport->uViewportX));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 vsr.field_10 = v18 / 16777216;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 LODWORD(v18) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 HIDWORD(v18) = (signed __int16)(LOWORD(pViewport->uViewportW) - LOWORD(pViewport->uViewportY));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 v26 = v18 / 16777216;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 vsr.field_14 = v18 / 16777216;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 vsr.pPalette = PaletteManager::Get_Dark_or_Red_LUT(v70->uPaletteIndex, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 vsr.uTargetPitch = pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 vsr.uParentBillboardID = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 vsr.uViewportX = pViewport->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 vsr.uViewportZ = pViewport->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 vsr.uViewportY = pViewport->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 result = pViewport->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 vsr.field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 vsr.uViewportW = pViewport->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 vsr.uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 if ( v11 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 result = pSprites_LOD->pSpriteHeaders[v11]._4ACC38(&vsr, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 //----- (004A902A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 void stru6::DrawPlayerBuffAnims()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 __int16 *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 char *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 unsigned int v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 unsigned __int8 v4; // zf@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659 char v5; // sf@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660 unsigned __int8 v6; // of@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 IconFrame *v7; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662
23
509744251c8e Player-related members
Nomad
parents: 0
diff changeset
1663 uint _it = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 v1 = pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 v2 = (char *)&this->pPlayerBuffs[0].uSpellIconID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 if ( *((short *)v2 - 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 v3 = pEventTimer->uTimeElapsed + *(int *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 v6 = __OFSUB__(v3, *((int *)v2 + 1));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 v4 = v3 == *((int *)v2 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 v5 = ((v3 - *((int *)v2 + 1)) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674 *(int *)v2 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675 if ( (unsigned __int8)(v5 ^ v6) | v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1676 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677 v7 = pIconsFrameTable->GetFrame(*((int *)v2 + 2), v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 pRenderer->DrawTextureTransparent(*v1, 0x181u, &pIcons_LOD->pTextures[v7->uTextureID]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679 pOtherOverlayList->field_3EC = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 *((short *)v2 - 2) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 v2 += 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 }
23
509744251c8e Player-related members
Nomad
parents: 0
diff changeset
1689 //while ( (signed int)v1 < (signed int)pBaseHealthByClass );
509744251c8e Player-related members
Nomad
parents: 0
diff changeset
1690 while (++_it != 4);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 //----- (004A90A0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 void stru6::LoadAnimations()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696 stru6 *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 unsigned int v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 unsigned int v7; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 unsigned int v8; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 unsigned int v9; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 unsigned int v10; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 unsigned int v11; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 unsigned int v12; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 unsigned int v13; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 unsigned int v14; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 unsigned int v15; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 unsigned int v16; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 unsigned int v17; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 unsigned int v18; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 unsigned int v19; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 unsigned int v20; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716 unsigned int v21; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717 unsigned int v22; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 unsigned int v23; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719 unsigned int v24; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720 unsigned int v25; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 unsigned int v26; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722 unsigned int v27; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 unsigned int v28; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 unsigned int v29; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 unsigned int v30; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 unsigned int v31; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 unsigned int v32; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 unsigned int v33; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729 unsigned int v34; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730 unsigned int v35; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 unsigned int v36; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 unsigned int v37; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 unsigned int v38; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 unsigned int v39; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 unsigned int v40; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 unsigned int v41; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737 unsigned int v42; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 unsigned int v43; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 unsigned int v44; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 unsigned int v45; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 unsigned int v46; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742 unsigned int v47; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 unsigned int v48; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 unsigned int v49; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 unsigned int v50; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 unsigned int v51; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 uTextureID_effpar1 = pBitmaps_LOD->LoadTexture("effpar01", TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 uTextureID_effpar2 = pBitmaps_LOD->LoadTexture("effpar02", TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 uTextureID_effpar3 = pBitmaps_LOD->LoadTexture("effpar03", TEXTURE_DEFAULT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 uSpriteID_sp57c = pSprites_LOD->LoadSprite("sp57c", 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 v2 = pIconsFrameTable->FindIcon("zapp");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 pIconsFrameTable->InitializeAnimation(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 v3 = pIconsFrameTable->FindIcon("spheal1");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 pIconsFrameTable->InitializeAnimation(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 v4 = pIconsFrameTable->FindIcon("spheal2");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1758 pIconsFrameTable->InitializeAnimation(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1759 v5 = pIconsFrameTable->FindIcon("spheal3");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1760 pIconsFrameTable->InitializeAnimation(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1761 v6 = pIconsFrameTable->FindIcon("spboost1");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1762 pIconsFrameTable->InitializeAnimation(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1763 v7 = pIconsFrameTable->FindIcon("spboost2");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1764 pIconsFrameTable->InitializeAnimation(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1765 v8 = pIconsFrameTable->FindIcon("spboost3");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1766 pIconsFrameTable->InitializeAnimation(v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1767 v9 = pIconsFrameTable->FindIcon("spell03");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1768 pIconsFrameTable->InitializeAnimation(v9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1769 v10 = pIconsFrameTable->FindIcon("spell05");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1770 pIconsFrameTable->InitializeAnimation(v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 v11 = pIconsFrameTable->FindIcon("spell14");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772 pIconsFrameTable->InitializeAnimation(v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 v12 = pIconsFrameTable->FindIcon("spell17");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 pIconsFrameTable->InitializeAnimation(v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 v13 = pIconsFrameTable->FindIcon("spell21");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 pIconsFrameTable->InitializeAnimation(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 v14 = pIconsFrameTable->FindIcon("spell25");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 pIconsFrameTable->InitializeAnimation(v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 v15 = pIconsFrameTable->FindIcon("spell27");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 pIconsFrameTable->InitializeAnimation(v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 v16 = pIconsFrameTable->FindIcon("spell36");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 pIconsFrameTable->InitializeAnimation(v16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 v17 = pIconsFrameTable->FindIcon("spell38");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 pIconsFrameTable->InitializeAnimation(v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 v18 = pIconsFrameTable->FindIcon("spell46");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 pIconsFrameTable->InitializeAnimation(v18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 v19 = pIconsFrameTable->FindIcon("spell51");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 pIconsFrameTable->InitializeAnimation(v19);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 v20 = pIconsFrameTable->FindIcon("spell55");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 pIconsFrameTable->InitializeAnimation(v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 v21 = pIconsFrameTable->FindIcon("spell58");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 pIconsFrameTable->InitializeAnimation(v21);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 v22 = pIconsFrameTable->FindIcon("spell69");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 pIconsFrameTable->InitializeAnimation(v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 v23 = pIconsFrameTable->FindIcon("spell71");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 pIconsFrameTable->InitializeAnimation(v23);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797 v24 = pIconsFrameTable->FindIcon("spell73");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 pIconsFrameTable->InitializeAnimation(v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 v25 = pIconsFrameTable->FindIcon("spell75");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 pIconsFrameTable->InitializeAnimation(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 v26 = pIconsFrameTable->FindIcon("spell96");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 pIconsFrameTable->InitializeAnimation(v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 v27 = pSpriteFrameTable->FastFindSprite("spell01");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 pSpriteFrameTable->InitializeSprite(v27);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 v28 = pSpriteFrameTable->FastFindSprite("spell02");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 pSpriteFrameTable->InitializeSprite(v28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 v29 = pSpriteFrameTable->FastFindSprite("spell03");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 pSpriteFrameTable->InitializeSprite(v29);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 v30 = pSpriteFrameTable->FastFindSprite("spell09");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 pSpriteFrameTable->InitializeSprite(v30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 v31 = pSpriteFrameTable->FastFindSprite("spell11");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 pSpriteFrameTable->InitializeSprite(v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 v32 = pSpriteFrameTable->FastFindSprite("spell18");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 pSpriteFrameTable->InitializeSprite(v32);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 v33 = pSpriteFrameTable->FastFindSprite("spell22");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 pSpriteFrameTable->InitializeSprite(v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 v34 = pSpriteFrameTable->FastFindSprite("spell26");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 pSpriteFrameTable->InitializeSprite(v34);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 v35 = pSpriteFrameTable->FastFindSprite("spell29");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 pSpriteFrameTable->InitializeSprite(v35);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1822 v36 = pSpriteFrameTable->FastFindSprite("spell39");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 pSpriteFrameTable->InitializeSprite(v36);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 v37 = pSpriteFrameTable->FastFindSprite("spell39c");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 pSpriteFrameTable->InitializeSprite(v37);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 v38 = pSpriteFrameTable->FastFindSprite("spell41");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 pSpriteFrameTable->InitializeSprite(v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 v39 = pSpriteFrameTable->FastFindSprite("spell57c");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 pSpriteFrameTable->InitializeSprite(v39);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 v40 = pSpriteFrameTable->FastFindSprite("spell62");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 pSpriteFrameTable->InitializeSprite(v40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 v41 = pSpriteFrameTable->FastFindSprite("spell65");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 pSpriteFrameTable->InitializeSprite(v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 v42 = pSpriteFrameTable->FastFindSprite("spell66");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 pSpriteFrameTable->InitializeSprite(v42);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 v43 = pSpriteFrameTable->FastFindSprite("spell70");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 pSpriteFrameTable->InitializeSprite(v43);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 v44 = pSpriteFrameTable->FastFindSprite("spell76");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 pSpriteFrameTable->InitializeSprite(v44);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 v45 = pSpriteFrameTable->FastFindSprite("spell84");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841 pSpriteFrameTable->InitializeSprite(v45);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842 v46 = pSpriteFrameTable->FastFindSprite("spell90");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 pSpriteFrameTable->InitializeSprite(v46);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 v47 = pSpriteFrameTable->FastFindSprite("spell92");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 pSpriteFrameTable->InitializeSprite(v47);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 v48 = pSpriteFrameTable->FastFindSprite("spell93");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 pSpriteFrameTable->InitializeSprite(v48);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 v49 = pSpriteFrameTable->FastFindSprite("spell97");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849 pSpriteFrameTable->InitializeSprite(v49);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 v50 = pSpriteFrameTable->FastFindSprite("spell97c");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 pSpriteFrameTable->InitializeSprite(v50);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 v51 = pSpriteFrameTable->FastFindSprite("spell97c");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 pSpriteFrameTable->InitializeSprite(v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 }