mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
Co-authored-by: Viperio <146665252+Viperio19@users.noreply.github.com> Co-authored-by: Rachel <rachel@lhea.me>
9 lines
227 B
C
9 lines
227 B
C
#ifndef POKEPLATINUM_TV_COMMERCIALS_H
|
|
#define POKEPLATINUM_TV_COMMERCIALS_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
int TVBroadcast_GetProgramCommercialMessage(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_TV_COMMERCIALS_H
|