diff --git a/include/variables.h b/include/variables.h index 1555f474c4..762f2783b9 100644 --- a/include/variables.h +++ b/include/variables.h @@ -50,6 +50,4 @@ extern u16 D_800A0940; extern u16 D_800A0942; extern s16 D_800A0944; -extern f32 D_BF800000; - #endif diff --git a/src/code_f8f60_len_1560.c b/src/code_f8f60_len_1560.c index 7808322487..3a58205999 100644 --- a/src/code_f8f60_len_1560.c +++ b/src/code_f8f60_len_1560.c @@ -228,7 +228,7 @@ INCLUDE_ASM(code_f8f60_len_1560, func_802D4CC4); s32 func_802D4CC4(script_context* script, s32 initialCall) { s32 value = get_variable(script, *script->ptrReadPos); if (value < 0) { - func_80137DA4(0xFF, D_BF800000); + func_80137DA4(0xFF, -1.0f); } else { func_80137DA4(0xA, value); } diff --git a/undefined_syms.txt b/undefined_syms.txt index dbda5f8abd..69d63711dd 100644 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -139,5 +139,3 @@ func_802B71D4 = 0x802B71D4; func_802B71E8 = 0x802B71E8; func_802BD7DC = 0x802BD7DC; func_802BE070 = 0x802BE070; - -D_BF800000 = 0xBF800000; \ No newline at end of file