mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-23 11:25: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
|
|
@ -3,7 +3,6 @@ package rt4;
|
|||
import java.applet.Applet;
|
||||
import java.awt.FontMetrics;
|
||||
import java.awt.Graphics;
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
|
@ -429,7 +428,7 @@ public final class JagString implements StringInterface {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!na", name = "b", descriptor = "(BLclient!na;)I")
|
||||
public final int method3126(@OriginalArg(1) JagString arg0) {
|
||||
public final int compare(@OriginalArg(1) JagString arg0) {
|
||||
@Pc(12) int local12 = 0;
|
||||
@Pc(14) int local14 = 0;
|
||||
@Pc(17) int local17 = arg0.length;
|
||||
|
|
@ -489,7 +488,7 @@ public final class JagString implements StringInterface {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(ZI)Lclient!na;")
|
||||
public final JagString method3128(@OriginalArg(1) int arg0) {
|
||||
public final JagString concatChar(@OriginalArg(1) int arg0) {
|
||||
if (arg0 <= 0 || arg0 > 255) {
|
||||
throw new IllegalArgumentException("invalid char");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue