mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
Add decompctx.py script to generate context (#208)
* Converting use of ":" to use AT_ADDRESS macro * Adding decompctx.py script to generate context * Fixing unterminated comment block
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ extern u8 boot_sound_initializing;
|
||||
typedef void(*HotStartProc)();
|
||||
|
||||
#define NMISaveArea (void*)0x811FFFC0
|
||||
OSModuleHeader* BaseModule : 0x800030C8;
|
||||
OSModuleHeader* BaseModule AT_ADDRESS(0x800030C8);
|
||||
|
||||
// TODO: this macro should probably go elsewhere
|
||||
#define MAKE_PARTIAL_ADDRESS(segment, ofs) \
|
||||
|
||||
Reference in New Issue
Block a user