diff options
Diffstat (limited to 'src/code/db_camera.c')
| -rw-r--r-- | src/code/db_camera.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/code/db_camera.c b/src/code/db_camera.c index 242609295..7d81dafc9 100644 --- a/src/code/db_camera.c +++ b/src/code/db_camera.c @@ -1,5 +1,7 @@ #include "global.h" +#if DEBUG_FEATURES + #define DEBUG_CAM_CONTROLLER_PORT 2 static PlayState* sPlay; @@ -2366,3 +2368,5 @@ void func_800BB060(void) { int func_800BB06C(void) { return sDebugCamPtr->unk_00 == 2 && sDebugCamAnim.unk_0A != 0; } + +#endif |
