mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 12:30:21 -07: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
|
|
@ -70,17 +70,4 @@ public final class Static231 {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!sk", name = "c", descriptor = "(II)I")
|
||||
public static int toLowerCase(@OriginalArg(1) int arg0) {
|
||||
if (arg0 >= 65 && arg0 <= 90 || arg0 >= 192 && arg0 <= 222 && arg0 != 215) {
|
||||
return arg0 + 32;
|
||||
} else if (arg0 == 159) {
|
||||
return 255;
|
||||
} else if (arg0 == 140) {
|
||||
return 156;
|
||||
} else {
|
||||
return arg0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue