diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-13 15:33:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 15:33:48 -0600 |
commit | 72b57b342eaf6e4a3ea77fae8b40e4ab11c64ae2 (patch) | |
tree | 29eea5976a7b445e1e1eb0c9db74a382b44394e0 /include | |
parent | d1fe93bf4adfb691ba3a9220a469e0e40483d809 (diff) | |
parent | 048dc4aa28c3e8331e03031f6a1a3c17f482c858 (diff) |
Merge pull request #106 from DizzyEggg/decompile_hall_of_fame
Decompile hall of fame
Diffstat (limited to 'include')
-rw-r--r-- | include/hall_of_fame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/hall_of_fame.h b/include/hall_of_fame.h index 62e84c39e..d35ecf268 100644 --- a/include/hall_of_fame.h +++ b/include/hall_of_fame.h @@ -1,9 +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); +void CB2_DoHallOfFameScreen(void); +void CB2_DoHallOfFameScreenDontSaveData(void); +void CB2_DoHallOfFamePC(void); +void sub_8175280(void); #endif // GUARD_HALL_OF_FAME_H |