diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-18 23:50:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-18 23:50:08 +0200 |
commit | f255cbd7dc765562ecdf3b5344fbba15245b7e66 (patch) | |
tree | 03b51afe1e6111ac2379b4e09623582dc1f7afca /include/hall_of_fame.h | |
parent | 2e7127284f98cb4c8c02b1a41a19fdc73ed4eb79 (diff) | |
parent | e23fb64dad2f349184c8ec44e38f3c495f346785 (diff) |
Merge branch 'master' into decomp_egg_hatch
Diffstat (limited to 'include/hall_of_fame.h')
-rw-r--r-- | include/hall_of_fame.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hall_of_fame.h b/include/hall_of_fame.h new file mode 100644 index 000000000..62e84c39e --- /dev/null +++ b/include/hall_of_fame.h @@ -0,0 +1,9 @@ +#ifndef GUARD_HALL_OF_FAME_H +#define GUARD_HALL_OF_FAME_H + +void sub_8141F90(void); +void sub_8143648(u16 paletteTag, u8 arg1); +void sub_81428CC(void); +void sub_8143680(int, u8); + +#endif // GUARD_HALL_OF_FAME_H |