diff options
author | kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> | 2020-06-08 03:16:03 +1000 |
---|---|---|
committer | kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> | 2020-06-08 03:16:03 +1000 |
commit | f1bc71afe289152f60eaaf42a0267be26ee16431 (patch) | |
tree | 07a5171b8940e18ed32fad6d6a99e00be189eac9 /arm9/modules/01/src/module_01.cpp | |
parent | d419d521b3d0c65aef90299ef1a183382a055ed4 (diff) | |
parent | c2d3d0fb118d3f9ff14f8f5293f54d0c37421a70 (diff) |
Merged with upstream
Diffstat (limited to 'arm9/modules/01/src/module_01.cpp')
-rw-r--r-- | arm9/modules/01/src/module_01.cpp | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arm9/modules/01/src/module_01.cpp b/arm9/modules/01/src/module_01.cpp index 9da5f8d5..1f9f0edc 100644 --- a/arm9/modules/01/src/module_01.cpp +++ b/arm9/modules/01/src/module_01.cpp @@ -1,11 +1,7 @@ #include "global.h" -#include "FS_overlay.h" +#include "sinit.h" -class Unk021D7500 { - u32 unk0; - u32 unk4; -public: - THUMB_FUNC Unk021D7500() { unk4++; } -}; - -static Unk021D7500 UNK_021D7500; +THUMB_FUNC static void NitroStaticInit(void) { + static u32 var[2]; + var[1]++; +} |