Skip to content

Commit 26d38a2

Browse files
committed
fix region offset (N00byEdge)
1 parent 0acb252 commit 26d38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/JavaBWAPIBackend/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public class BulletData {
344344
public short mapSplitTilesRegion1(int idx) { return sharedMemory.getShort(GameOffset + 1780416 + idx * 2); }
345345
public short mapSplitTilesRegion2(int idx) { return sharedMemory.getShort(GameOffset + 1790416 + idx * 2); }
346346

347-
private static final int RegionOffset = 0x1b78e0;
347+
private static final int RegionOffset = 0x500e0c;
348348

349349
public int regionCount() { return sharedMemory.getInt(RegionOffset); }
350350

0 commit comments

Comments
 (0)