Skip to content

Commit

Permalink
Updated pointer to run seed
Browse files Browse the repository at this point in the history
  • Loading branch information
negative-seven committed Dec 27, 2017
1 parent 58ec845 commit 15babe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nd_level_extract/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int main(int argc, char *argv[])

// Get run seed

unsigned int seed = readMemoryInt(handle_process, getBaseAddress(handle_process, "NecroDancer.exe") + 0x42DAF4);
unsigned int seed = readMemoryInt(handle_process, getBaseAddress(handle_process, "NecroDancer.exe") + 0x435AF4);

// Close handle for the game

Expand Down

0 comments on commit 15babe3

Please sign in to comment.