Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
fixed typos/capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed May 26, 2018
1 parent c2c6fe2 commit 1fd2087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### What?

This project aims to be a full source reverse enginnering project of Metal Gear Solid Integral PC. This means "converting" all of the MGSI.EXE to recompilable source code.
This project aims to be a full source reverse engineering project of Metal Gear Solid Integral PC. This means "converting" all of the MGSI.EXE to recompilable source code.

#### How?

Expand All @@ -27,7 +27,7 @@ void CC Actor_DestroyOnNextUpdate(Actor* pActor)
MGS_FUNC_IMPLEX(0x0040A3ED, Actor_DestroyOnNextUpdate, true);
```

Will cause the function in MGSI.EXE at address 0x0040A3ED to call the replacement function Actor_DestroyOnNextUpdate. This allows verfication of this single function without having to reimplement everything up to its call point.
Will cause the function in MGSI.EXE at address 0x0040A3ED to call the replacement function Actor_DestroyOnNextUpdate. This allows verification of this single function without having to reimplement everything up to its call point.

#### Why?

Expand Down

0 comments on commit 1fd2087

Please sign in to comment.