Decompile result/battle.c

This commit is contained in:
gamemasterplc 2024-04-05 20:51:49 -05:00
parent 6e1b391cd5
commit 52850703ee
6 changed files with 784 additions and 47 deletions

10
include/game/frand.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef _GAME_FRAND_H
#define _GAME_FRAND_H
#include "dolphin/types.h"
u32 frand(void);
f32 frandf(void);
u32 frandmod(u32 arg0);
#endif