Files
Diddy-Kong-Racing/include/config.h
Ryan Myers 72e55efcb4 New Match 52% + A LOT OF RENAMES (#397)
* 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
2023-06-22 15:13:36 -04:00

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