From 8401f88fd5ed55dc225eda693e5d1a48b2b39e35 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Tue, 9 Feb 2021 10:43:04 +0900 Subject: [PATCH] undo comment --- include/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.h b/include/functions.h index d09bec02ce..9b57b3bedb 100644 --- a/include/functions.h +++ b/include/functions.h @@ -177,7 +177,7 @@ void func_80137DA4(s32, f32); void func_80137DC0(s32, f32*, f32*); s32 func_80137E10(s32, u8, u8, u8); void func_80137E4C(s32, s32, s32, s32); -//s32 rand_int(s32); +s32 rand_int(s32); void sort_items(void); s32 is_ability_active(s32 arg0); f32 update_lerp(Easing easing, f32 start, f32 end, s32 elapsed, s32 duration);