Skip to content

Commit

Permalink
Fix typoed address
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyuuhachi committed Mar 27, 2023
1 parent 50af82b commit a678191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Addrs {
"ed6_win_dx9" => Addrs { read_from_file: 0x00478770, dir_entries: 0x0079B010, },
"ed6_win2" => Addrs { read_from_file: 0x004CA9D0, dir_entries: 0x0082FAC0, },
"ed6_win2_dx9" => Addrs { read_from_file: 0x00498B30, dir_entries: 0x007FA730, },
"ed6_win3" => Addrs { read_from_file: 0x004D5DC0, dir_entries: 0x009C7100, },
"ed6_win3" => Addrs { read_from_file: 0x004D6DC0, dir_entries: 0x009C7100, },
"ed6_win3_dx9" => Addrs { read_from_file: 0x004A4DD0, dir_entries: 0x00992DC0, },
_ => return None,
})
Expand Down

0 comments on commit a678191

Please sign in to comment.