Only build .o files listed in the spec (#2410)

* Only build .o files listed in the spec

* Remove useless CPP guards
This commit is contained in:
cadmic
2025-01-10 04:03:51 -08:00
committed by GitHub
parent 94971a61b4
commit 8118370f4e
8 changed files with 6 additions and 50 deletions
-4
View File
@@ -1,7 +1,5 @@
#include "global.h"
#if DEBUG_FEATURES
#define DEBUG_CAM_CONTROLLER_PORT 2
static PlayState* sPlay;
@@ -2368,5 +2366,3 @@ void func_800BB060(void) {
int func_800BB06C(void) {
return sDebugCamPtr->unk_00 == 2 && sDebugCamAnim.unk_0A != 0;
}
#endif