mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Added more CS2 opcodes, need to adopt NXT naming next
This commit is contained in:
parent
3531b1c57c
commit
5f4a83c394
45 changed files with 2725 additions and 601 deletions
|
|
@ -497,8 +497,8 @@ public class LoginManager {
|
|||
|
||||
@OriginalMember(owner = "client!ca", name = "h", descriptor = "(I)V")
|
||||
public static void setupLoadingScreenRegion() {
|
||||
@Pc(10) int local10 = (Static138.renderX >> 10) + (Static225.originX >> 3);
|
||||
@Pc(23) int local23 = (Static134.renderZ >> 10) + (Static142.originZ >> 3);
|
||||
@Pc(10) int local10 = (Static138.renderX >> 10) + (Camera.originX >> 3);
|
||||
@Pc(23) int local23 = (Static134.renderZ >> 10) + (Camera.originZ >> 3);
|
||||
Static156.locationMapFilesBuffer = new byte[18][];
|
||||
Static35.underWaterLocationsMapFileIds = new int[18];
|
||||
Static191.npcSpawnsFilesBuffer = new byte[18][];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue