From b913d584c3c8ea5f32241ffaaa3b9c906b829f3b Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Tue, 22 Dec 2020 12:20:56 +1000 Subject: [PATCH] ntsc-1.0: Fix mismatch --- src/files/setup/setupame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files/setup/setupame.c b/src/files/setup/setupame.c index 08a752f03..ce7bf7288 100644 --- a/src/files/setup/setupame.c +++ b/src/files/setup/setupame.c @@ -1953,7 +1953,7 @@ u8 func0414_programmer[] = { if_stage_flag_eq(STAGEFLAG_DOWNLOAD_COMPLETE, TRUE, /*goto*/ 0x2c) set_stage_flag(STAGEFLAG_DELETED_WITHOUT_DOWNLOAD) label(0x2c) - speak(CHR_TARGET, -1, VERSION >= VERSION_NTSC_FINAL ? 0x8118 : 0x8117, -1, COLOR_00_GREEN) + speak(CHR_TARGET, -1, VERSION >= VERSION_NTSC_1_0 ? 0x8118 : 0x8117, -1, COLOR_00_GREEN) beginloop(0xb0) endloop(0xb0)