mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Moved around some Static fields/methods, named LocType opcode 74
This commit is contained in:
parent
82c75b3ec9
commit
5e66d3ba01
95 changed files with 946 additions and 993 deletions
|
|
@ -1,23 +1,10 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static24 {
|
||||
|
||||
@OriginalMember(owner = "client!bn", name = "O", descriptor = "I")
|
||||
public static int anInt761;
|
||||
|
||||
@OriginalMember(owner = "client!bn", name = "a", descriptor = "(III)I")
|
||||
public static int method667(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(8) int local8 = 0;
|
||||
while (arg0 > 0) {
|
||||
local8 = local8 << 1 | arg1 & 0x1;
|
||||
arg1 >>>= 0x1;
|
||||
arg0--;
|
||||
}
|
||||
return local8;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue