@@ -72,14 +72,24 @@ public static boolean method596(int arg0, int arg1, byte junk, int arg3) {
72
72
return true ;
73
73
}
74
74
75
+ private static Class40_Sub5_Sub15 method960 (int arg1 ) {
76
+ Class40_Sub5_Sub15 class40_sub5_sub15 = (Class40_Sub5_Sub15 ) MovedStatics .aClass9_998 .get ((long ) arg1 );
77
+ if (class40_sub5_sub15 != null )
78
+ return class40_sub5_sub15 ;
79
+ class40_sub5_sub15 = Class35 .method421 (MovedStatics .aCacheArchive_2364 , arg1 , ClientScriptRunner .aCacheArchive_2162 , false );
80
+ if (class40_sub5_sub15 != null )
81
+ MovedStatics .aClass9_998 .put ((long ) arg1 , class40_sub5_sub15 );
82
+ return class40_sub5_sub15 ;
83
+ }
84
+
75
85
public Model method590 (Model arg0 , AnimationSequence animationSequence , int arg2 , int arg3 , byte arg4 ) {
76
86
arg2 = frameIds [arg2 ];
77
- Class40_Sub5_Sub15 class40_sub5_sub15 = Class55 . method960 (arg2 >> 16 );
87
+ Class40_Sub5_Sub15 class40_sub5_sub15 = method960 (arg2 >> 16 );
78
88
arg2 &= 0xffff ;
79
89
if (class40_sub5_sub15 == null )
80
90
return animationSequence .method599 (arg3 , arg0 , false );
81
91
arg3 = animationSequence .frameIds [arg3 ];
82
- Class40_Sub5_Sub15 class40_sub5_sub15_0_ = Class55 . method960 (arg3 >> 16 );
92
+ Class40_Sub5_Sub15 class40_sub5_sub15_0_ = method960 (arg3 >> 16 );
83
93
arg3 &= 0xffff ;
84
94
if (class40_sub5_sub15_0_ == null ) {
85
95
Model model = arg0 .method817 (!class40_sub5_sub15 .method737 (arg2 ));
@@ -110,7 +120,7 @@ public void method591() {
110
120
111
121
public Model method593 (int arg0 , boolean arg1 , Model model , int arg3 ) {
112
122
arg0 = frameIds [arg0 ];
113
- Class40_Sub5_Sub15 class40_sub5_sub15 = Class55 . method960 (arg0 >> 16 );
123
+ Class40_Sub5_Sub15 class40_sub5_sub15 = method960 (arg0 >> 16 );
114
124
if (arg1 )
115
125
unknownArray1 = null ;
116
126
arg0 &= 0xffff ;
@@ -200,7 +210,7 @@ public void decodeAnimationSequence(int opcode, Buffer buffer) {
200
210
201
211
public Model method597 (byte arg0 , Model arg1 , int arg2 ) {
202
212
arg2 = frameIds [arg2 ];
203
- Class40_Sub5_Sub15 class40_sub5_sub15 = Class55 . method960 (arg2 >> 16 );
213
+ Class40_Sub5_Sub15 class40_sub5_sub15 = method960 (arg2 >> 16 );
204
214
arg2 &= 0xffff ;
205
215
if (class40_sub5_sub15 == null )
206
216
return arg1 .method806 (true );
@@ -213,7 +223,7 @@ public Model method597(byte arg0, Model arg1, int arg2) {
213
223
214
224
public Model method598 (int arg0 , Model arg1 , boolean arg2 ) {
215
225
int i = frameIds [arg0 ];
216
- Class40_Sub5_Sub15 class40_sub5_sub15 = Class55 . method960 (i >> 16 );
226
+ Class40_Sub5_Sub15 class40_sub5_sub15 = method960 (i >> 16 );
217
227
i &= 0xffff ;
218
228
if (class40_sub5_sub15 == null )
219
229
return arg1 .method817 (true );
@@ -223,7 +233,7 @@ public Model method598(int arg0, Model arg1, boolean arg2) {
223
233
int i_21_ = 0 ;
224
234
if (unknownArray1 != null && arg0 < unknownArray1 .length ) {
225
235
i_21_ = unknownArray1 [arg0 ];
226
- class40_sub5_sub15_20_ = Class55 . method960 (i_21_ >> 16 );
236
+ class40_sub5_sub15_20_ = method960 (i_21_ >> 16 );
227
237
i_21_ &= 0xffff ;
228
238
}
229
239
if (class40_sub5_sub15_20_ == null || i_21_ == 65535 ) {
@@ -241,7 +251,7 @@ public Model method599(int arg0, Model arg1, boolean arg2) {
241
251
if (arg2 )
242
252
method591 ();
243
253
arg0 = frameIds [arg0 ];
244
- Class40_Sub5_Sub15 class40_sub5_sub15 = Class55 . method960 (arg0 >> 16 );
254
+ Class40_Sub5_Sub15 class40_sub5_sub15 = method960 (arg0 >> 16 );
245
255
arg0 &= 0xffff ;
246
256
if (class40_sub5_sub15 == null )
247
257
return arg1 .method817 (true );
0 commit comments