diff --git a/src/overlays/actors/ovl_En_An/z_en_an.c b/src/overlays/actors/ovl_En_An/z_en_an.c index 207d07ff3..802d7d151 100644 --- a/src/overlays/actors/ovl_En_An/z_en_an.c +++ b/src/overlays/actors/ovl_En_An/z_en_an.c @@ -18,7 +18,7 @@ #define THIS ((EnAn*)thisx) // Change this to non-zero to enable debug printing -#define DEBUG_PRINT 1 +#define DEBUG_PRINT 0 void EnAn_Init(Actor* thisx, PlayState* play); void EnAn_Destroy(Actor* thisx, PlayState* play);