mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
18 lines
478 B
C
18 lines
478 B
C
|
#ifndef GUARD_ROULETTE_UTIL_H
|
||
|
#define GUARD_ROULETTE_UTIL_H
|
||
|
|
||
|
// structures
|
||
|
struct InnerStruct203CF18
|
||
|
{
|
||
|
u8 filler[0xC4];
|
||
|
};
|
||
|
|
||
|
void sub_8151B68(struct InnerStruct203CF18 *, const u8*);
|
||
|
void sub_8151B3C(struct InnerStruct203CF18 *);
|
||
|
void sub_8151CA8(struct InnerStruct203CF18 *, u8, u8);
|
||
|
void sub_8151C50(struct InnerStruct203CF18 *, u8, u8);
|
||
|
void sub_8151D28(struct InnerStruct203CF18 *, u8, u8);
|
||
|
void sub_8151E50(struct InnerStruct203CF18 *);
|
||
|
|
||
|
#endif // GUARD_ROULETTE_UTIL_H
|