mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
209 B
C
10 lines
209 B
C
#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
|