mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
11 lines
192 B
C
11 lines
192 B
C
#ifndef GUARD_MENEWS_JISAN_H
|
|
#define GUARD_MENEWS_JISAN_H
|
|
|
|
#include "global.h"
|
|
|
|
void GenerateRandomNews(u32 a0);
|
|
void sub_8146C88(void);
|
|
void sub_8146CA4(void);
|
|
|
|
#endif //GUARD_MENEWS_JISAN_H
|