Added more CS2 opcodes, need to adopt NXT naming next

This commit is contained in:
Pazaz 2022-05-15 23:47:55 -04:00
parent 3531b1c57c
commit 5f4a83c394
45 changed files with 2725 additions and 601 deletions

View file

@ -137,9 +137,9 @@ public class WorldMap {
targetZoom = 8.0F;
}
@Pc(144) int local144 = (PlayerList.self.xFine >> 7) + Static225.originX - originX;
@Pc(144) int local144 = (PlayerList.self.xFine >> 7) + Camera.originX - originX;
@Pc(153) int local153 = local144 + (int) (Math.random() * 10.0D) - 5;
@Pc(168) int local168 = originZ + length - Static142.originZ - (PlayerList.self.zFine >> 7) - 1;
@Pc(168) int local168 = originZ + length - Camera.originZ - (PlayerList.self.zFine >> 7) - 1;
@Pc(177) int local177 = local168 + (int) (Math.random() * 10.0D) - 5;
if (local153 >= 0 && width > local153 && local177 >= 0 && local177 < length) {
anInt435 = local153;