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:
KeybadeBlox 2025-12-13 19:12:58 -05:00
parent e9080510ab
commit 9ad0f2a807

View file

@ -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();