diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-10 04:03:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 07:03:51 -0500 |
| commit | 8118370f4e47fbef1a4bea3fd4bce45adc25a902 (patch) | |
| tree | 7894f2d7ba9d6c9d6f54b3ad2bf28b05a5f818c9 /src/code/db_camera.c | |
| parent | 94971a61b4eb0bf4d9437cb878263c96460aa5f9 (diff) | |
Only build .o files listed in the spec (#2410)
* Only build .o files listed in the spec
* Remove useless CPP guards
Diffstat (limited to 'src/code/db_camera.c')
| -rw-r--r-- | src/code/db_camera.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/code/db_camera.c b/src/code/db_camera.c index 7d81dafc9..242609295 100644 --- a/src/code/db_camera.c +++ b/src/code/db_camera.c @@ -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 |
