mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Started identifying CS2 opcodes
This commit is contained in:
parent
b57d5a0031
commit
3531b1c57c
27 changed files with 422 additions and 346 deletions
|
|
@ -24,7 +24,7 @@ public final class Static24 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!bn", name = "d", descriptor = "(II)Z")
|
||||
public static boolean method671(@OriginalArg(1) int arg0) {
|
||||
public static boolean isDigit(@OriginalArg(1) int arg0) {
|
||||
return arg0 >= 48 && arg0 <= 57;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue