mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-21 02:37:03 +03:00
Replace Matching: with Status:
We'd rather have three stages (unimplemented, nonmatching, matching) than just matching or not.
This commit is contained in:
parent
73b59a95cd
commit
be4946eb98
5 changed files with 150 additions and 150 deletions
|
|
@ -13,7 +13,7 @@ Game * g_game;
|
|||
|
||||
|
||||
// Address: 0x0006F9E0
|
||||
// Matching: yes
|
||||
// Status: matching
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initRootExecObj();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue