Replace Matching: with Status:

We'd rather have three stages (unimplemented, nonmatching, matching)
than just matching or not.
This commit is contained in:
KeybadeBlox 2026-02-19 21:11:42 -05:00
parent 73b59a95cd
commit be4946eb98
5 changed files with 150 additions and 150 deletions

View file

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