From 3b26aae5321f14fcdfaf4360605daaa4da6a99cf Mon Sep 17 00:00:00 2001 From: kipcode66 Date: Mon, 8 Dec 2025 23:31:22 -0500 Subject: Improving standard compiler compatibility (#2926) * Adding explicit dolphin/ prefix & fix characters * Rename ShiftJIS to SJIS * Separate JASSeqReader read methods implementation between compilers. * Fix pointer.h * fix d_item_data typo * fix gcn matching issue --- src/d/d_kankyo_debug.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/d/d_kankyo_debug.cpp') diff --git a/src/d/d_kankyo_debug.cpp b/src/d/d_kankyo_debug.cpp index f7380be066..4d0a26893b 100644 --- a/src/d/d_kankyo_debug.cpp +++ b/src/d/d_kankyo_debug.cpp @@ -689,9 +689,11 @@ void dKydb_timedisp() { } } +#if __MWERKS__ || DEBUG if (g_presetHIO.field_0x2716 != 0) { dDbVw_Report(0x1E, 0x55, "JYOKYO FILE YOMIKOMI SIPPAI!"); } +#endif int var_r31 = 0x55; if ((g_kankyoHIO.navy.field_0x22a & 1)) { -- cgit v1.2.3