mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Initial commit
This commit is contained in:
commit
aaddf5213a
6 changed files with 258 additions and 0 deletions
15
src/jet2.cpp
Normal file
15
src/jet2.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include "core.hpp"
|
||||
|
||||
|
||||
// Address: 0x0022FCE0
|
||||
Game * g_game;
|
||||
|
||||
|
||||
// Address: 0x0006F9E0
|
||||
// Matching: no
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initExecRootObj();
|
||||
g_game->mainLoop();
|
||||
delete g_game;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue