# | Line 8 | Line 8 | namespace RomCheater | |
---|---|---|
8 | public static class MemorySizeConstants | |
9 | { | |
10 | public const uint MinimumAddress = 0x00000000; | |
11 | < | public const uint MaximumAddressSize = int.MaxValue - 0x38; |
11 | > | public const uint MaximumAddressSize = int.MaxValue; |
12 | ||
13 | public const uint MinimumSearchAddress = 0x0; | |
14 | < | public const uint MaximumSearchSize = 0x1f000000; |
14 | > | public const uint MaximumSearchSize = MaximumAddressSize / 2; |
15 | } | |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |