diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-27 10:33:23 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-27 10:33:23 +0530 |
commit | 835777dec2e978bb6e89e46830950aa4b357d51c (patch) | |
tree | 8589c3a7273b3a32f2520ac9b9a3a7f633d391a7 /include/roulette_util.h | |
parent | 2d7d686cc11770d782a605cd5173f596e71ba2e4 (diff) |
Decompile fleff_flash rodata
Diffstat (limited to 'include/roulette_util.h')
-rw-r--r-- | include/roulette_util.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/roulette_util.h b/include/roulette_util.h new file mode 100644 index 000000000..f59c4e44c --- /dev/null +++ b/include/roulette_util.h @@ -0,0 +1,17 @@ +#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 |