mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 04:34:28 +01:00
8381b14c51
* Rhh & Pret Copyright Screen * Porygon recovered his voice * Expansion text --------- Co-authored-by: Xhyzi <xhyzdot@gmail.com> Co-authored-by: Jaizu <jaizu85@gmail.com>
14 lines
369 B
C
14 lines
369 B
C
#ifndef GUARD_RHH_COPYRIGHT_H
|
|
#define GUARD_RHH_COPYRIGHT_H
|
|
|
|
#if RHH_COPYRIGHT_INTRO == TRUE
|
|
void RhhIntro_InitCopyrightBgs();
|
|
void RhhIntro_LoadCopyrightBgGraphics();
|
|
void RhhIntro_ShowRhhCredits();
|
|
void RhhIntro_LoadCopyrightSpriteGraphics();
|
|
void RhhIntro_CreateCopyRightSprites();
|
|
void RhhIntro_DestroyRhhCreditSprites();
|
|
#endif
|
|
|
|
#endif /* GUARD_RHH_COPYRIGHT_H */
|