From 9ad0f2a8072011658133807a9e51273d9adc99f4 Mon Sep 17 00:00:00 2001 From: KeybadeBlox Date: Sat, 13 Dec 2025 19:12:58 -0500 Subject: [PATCH] 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. --- src/Jet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jet2.cpp b/src/Jet2.cpp index 38e3e1c..1ffca17 100644 --- a/src/Jet2.cpp +++ b/src/Jet2.cpp @@ -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();