Begin populating JSRF/Core

This commit is contained in:
KeybadeBlox 2025-12-31 11:14:07 -05:00
parent 22a8c350eb
commit 71937e4a97
5 changed files with 237 additions and 52 deletions

View file

@ -5,3 +5,9 @@ Game and GameObj classes that form the foundation of the JSRF game code.
#pragma bss_seg(".data")
#include "Core.hpp"
// Address: 0x00011000
// Matching: no
GameObj::~GameObj() {
g_game->gameObjCnt -= 1;
}