mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Update matching status of main()
For whatever reason, it doesn't match on decomp.me, but using the same compiler and options locally, it produces a perfect match.
This commit is contained in:
parent
e9080510ab
commit
9ad0f2a807
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Game * g_game;
|
|||
|
||||
|
||||
// Address: 0x0006F9E0
|
||||
// Matching: no
|
||||
// Matching: yes
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initExecRootObj();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue