Created inital yaml for decompressed rom, edited makefile to build it and fixed all undefined symbol/multiple definition errors
This commit is contained in:
@@ -78,7 +78,7 @@ void func_80356560(s32 arg0) {
|
||||
|
||||
//THIS VALUE
|
||||
#ifndef CORE2_CODE_CRC2
|
||||
#define CORE2_CODE_CRC2 0
|
||||
#define CORE2_CODE_CRC2 0x9E44C2DC
|
||||
#endif
|
||||
|
||||
// bk_boot segment start (skipping entry function)
|
||||
@@ -88,7 +88,7 @@ extern u8 D_00005E70[];
|
||||
|
||||
// bk_boot segment crc next word
|
||||
s32 D_803727F0 = 0;
|
||||
s32 D_803727F4 = CORE2_CODE_CRC2;
|
||||
s32 core2_D_803727F4 = CORE2_CODE_CRC2;
|
||||
s32 D_803727F8 = 0;
|
||||
s32 D_803727FC = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user