CCW .data sections defineid

This commit is contained in:
Banjo Kazooie
2022-09-28 15:27:03 -05:00
parent f70cc7535e
commit c1bfe456bf
36 changed files with 321 additions and 111 deletions

View File

@@ -24,7 +24,7 @@ extern ActorInfo D_80389E44;
extern ActorInfo D_80389E68;
extern ActorInfo D_80389E8C;
/* .code */
void func_80387DA0(void)
{
spawnableActorList_add(&D_80389AA0, actor_new, 0X4080);

7
src/CC/crc.c Normal file
View File

@@ -0,0 +1,7 @@
#include <ultratypes.h>
/* .data */
//TODO Implement CRC calculation in Makefile(?)
u32 D_80389BE0 = 0x000D46A1; //CC.code CRC1
u32 D_80389BE4 = 0x871BA43E; //CC.code CRC2
u32 D_80389BE8 = 0x0000DF9F; //CC.data CRC1 (with this value = 0)