mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Begin populating JSRF/Core
This commit is contained in:
parent
22a8c350eb
commit
71937e4a97
5 changed files with 237 additions and 52 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue