forked from kyx0r/FA-Binary-Patches
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce compatibility with the Python-based patcher (#100)
- Loading branch information
Showing
48 changed files
with
3,430 additions
and
3,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,8 @@ section.cpp | |
*.til | ||
*.nam | ||
|
||
.vscode | ||
.vscode | ||
|
||
section.ld | ||
section/main.cpp | ||
section/main.cxx |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
#include "../define.h" | ||
asm( | ||
".section h0; .set h0,0xA8EF63;" | ||
"JMP "QU(FAExtLoad)";" | ||
|
||
#ifdef STARTUP | ||
".section h1; .set h1,0x45A926;" | ||
"push eax;" | ||
"call "QU(STARTUP)";" | ||
"call "QU(InitCtors)";" | ||
"pop eax;" | ||
"ret 8;" | ||
#endif | ||
); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.