![Eduardo Quezada D'Ottone](/assets/img/avatar_default.png)
* Rhh & Pret Copyright Screen * Porygon recovered his voice * Expansion text --------- Co-authored-by: Xhyzi <xhyzdot@gmail.com> Co-authored-by: Jaizu <jaizu85@gmail.com>
13 lines
369 B
C
13 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 */
|