mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Delink Core.obj
This commit is contained in:
parent
8eda56dcdf
commit
a25790e8a6
5 changed files with 148 additions and 68 deletions
|
|
@ -2,4 +2,10 @@
|
|||
Game and GameObj classes that form the foundation of the JSRF game code.
|
||||
*/
|
||||
|
||||
#pragma bss_seg(".data")
|
||||
|
||||
#include "Core.hpp"
|
||||
|
||||
|
||||
// Address: 0x0022FCE0
|
||||
Game * g_game;
|
||||
|
|
|
|||
|
|
@ -7,12 +7,6 @@ Main function.
|
|||
#include "Core.hpp"
|
||||
|
||||
|
||||
// Address: 0x0022FCE0
|
||||
// Core.cpp really seems like a more natural place to put this, but it doesn't
|
||||
// appear to be with Core.cpp's other data in .data
|
||||
Game * g_game;
|
||||
|
||||
|
||||
// Address: 0x0006F9E0
|
||||
// Matching: yes
|
||||
void main(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue