mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
removed redundant cast, s16 type is defined in include/variables.h
This commit is contained in:
parent
f389bf188e
commit
dedd132adc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user