From a13bc47e4bd9bcc1335af55c8f07e0c54190e92d Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 26 May 2026 13:54:52 -0400 Subject: [PATCH] Remove constant copied from TP decomp --- include/JSystem/JKernel/JKRCompression.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/JSystem/JKernel/JKRCompression.h b/include/JSystem/JKernel/JKRCompression.h index 51a2fa391..21a536bfa 100644 --- a/include/JSystem/JKernel/JKRCompression.h +++ b/include/JSystem/JKernel/JKRCompression.h @@ -5,6 +5,5 @@ typedef int JKRCompression; const JKRCompression COMPRESSION_NONE = 0; const JKRCompression COMPRESSION_YAY0 = 1; const JKRCompression COMPRESSION_YAZ0 = 2; -const JKRCompression COMPRESSION_ASR = 3; -#endif \ No newline at end of file +#endif