mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
8 lines
144 B
C
Executable File
8 lines
144 B
C
Executable File
#ifndef GUARD_MEVENT_NEWS_H
|
|
#define GUARD_MEVENT_NEWS_H
|
|
|
|
void sub_801DBC0(void);
|
|
void GenerateRandomNews(u32 a0);
|
|
|
|
#endif //GUARD_MEVENT_NEWS_H
|