removed redundant cast, s16 type is defined in include/variables.h

This commit is contained in:
sonicspiral 2020-09-01 18:11:21 -07:00 committed by GitHub
parent f389bf188e
commit dedd132adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);