From dedd132adcdb5683dbff926209d3e87d36e87354 Mon Sep 17 00:00:00 2001 From: sonicspiral <49568191+sonicspiral@users.noreply.github.com> Date: Tue, 1 Sep 2020 18:11:21 -0700 Subject: [PATCH] removed redundant cast, s16 type is defined in include/variables.h --- src/code_e0b30_len_b80.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code_e0b30_len_b80.c b/src/code_e0b30_len_b80.c index b87590faef..0ff9038724 100644 --- a/src/code_e0b30_len_b80.c +++ b/src/code_e0b30_len_b80.c @@ -5,8 +5,8 @@ INCLUDE_ASM("code_e0b30_len_b80", get_default_variation_for_song); INCLUDE_ASM("code_e0b30_len_b80", func_8014A498); void func_8014A52C(void) { - D_80159AE2 = (s16)0x08; - D_80159AE4 = (s16)0x08; + D_80159AE2 = 0x08; + D_80159AE4 = 0x08; } INCLUDE_ASM("code_e0b30_len_b80", func_8014A548);