mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
19
dumps/scripts/3634.cs2
Normal file
19
dumps/scripts/3634.cs2
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
void script_3634(int arg0) {
|
||||
int stack_dump0;
|
||||
if (setWidgetRegister(new WidgetPointer(arg0))) {
|
||||
setWidgetRGB(new Color(204, 0, 0), new WidgetPointer(arg0));
|
||||
setWidgetSize(27, 27, 0, 0, new WidgetPointer(arg0));
|
||||
stack_dump0 = 1101;
|
||||
/*
|
||||
mgi.tools.jagdecs2.DecompilerException: opcode 1613 not decompileable
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.analyzeSpecialCall(FlowBlocksGenerator.java:297)
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.processFlowBlock(FlowBlocksGenerator.java:249)
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.processGeneration(FlowBlocksGenerator.java:52)
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.generate(FlowBlocksGenerator.java:35)
|
||||
at mgi.tools.jagdecs2.CS2Decompiler.decompile(CS2Decompiler.java:40)
|
||||
at tests.Main.main(Main.java:45)
|
||||
|
||||
*/
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue