You've already forked Diddy-Kong-Racing
mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-03-10 11:36:09 -07:00
* Remove separate RODATA declarations for debug strings. * Migrate thread1 stack * func_80031F88 WIP * Match func_80031F88 * Rename some funcs using JFG as basis. * Rename unknown_032760 to lights, and move asm files around. * More names, and a slightly better score for setup_lights * Couple of possible names. * Support expansion pak without resorting to fake matches. * Rename and move bcmp to a libultra folder and leave it as asm. * Rename unknown_0255E0 to tracks * Rename unknown_078050 to rcp. * Update score
10 lines
278 B
C
10 lines
278 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
/*** This file should contain defines used for modded repos. ***/
|
|
|
|
/* -------------------------Memory------------------------ */
|
|
#define EXPANSION_PAK_SUPPORT 0 // Allow the game to use the expansion pak if it's inserted.
|
|
|
|
#endif // CONFIG_H
|