Skip to content

Commit

Permalink
Updated config to new names
Browse files Browse the repository at this point in the history
  • Loading branch information
seritools committed Sep 16, 2018
1 parent 8296d5e commit 3e643d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devilution-comparer"
version = "0.3.3"
version = "0.3.4"
authors = ["Dennis Duda <git@seri.tools>"]
edition = '2018'

Expand Down
8 changes: 4 additions & 4 deletions comparer-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ addr = 0x401010
size = 0x1A

[[func]]
name = "GetErr"
name = "GetErrorStr"
addr = 0x40102A
size = 0xA4

[[func]]
name = "GetDDErr"
name = "TraceErrorDD"
addr = 0x4010CE
size = 0x6B8

[[func]]
name = "GetDSErr"
name = "TraceErrorDS"
addr = 0x401831
size = 0x109

[[func]]
name = "GetLastErr"
name = "TraceLastError"
addr = 0x40193A
size = 0xD

Expand Down

0 comments on commit 3e643d0

Please sign in to comment.