Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 0fbae01

Browse files
committed
add notes
1 parent 64e283d commit 0fbae01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RiseHax.Hunter/Structures/RAM/DataOffsets.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ public static class DataOffsets
77
/// </summary>
88
//////////////////////////// Updated for v3.0:
99
// General
10-
public const string PointerZeni = "[heap+001DEE5428]";
11-
public const string PointerPoints = "[heap+1DEDB390]";
10+
public const string PointerZeni = "[heap+001DEE5428]"; // Notes: Max 999.999.999?
11+
public const string PointerPoints = "[heap+1DEDB390]"; // Notes: Max 999.999.999?
1212

1313
// Still need to add code for these
14-
public const string PointerDangoTickets = "[heap+1D95BC94]";
14+
public const string PointerDangoTickets = "[heap+1D95BC94]"; // Notes: Max 9999?
1515

1616
//////////////////////////// Outdated pointers:
1717

0 commit comments

Comments
 (0)