-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from ravepossum/more_summary_screen
Summary screen documentation pt. 2
- Loading branch information
Showing
53 changed files
with
3,708 additions
and
2,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef POKEPLATINUM_POKEMON_SUMMARY_SCREEN_3D_ANIM_H | ||
#define POKEPLATINUM_POKEMON_SUMMARY_SCREEN_3D_ANIM_H | ||
|
||
#include "applications/pokemon_summary_screen/main.h" | ||
|
||
void PokemonSummaryScreen_Setup3DGfx(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_Update3DGfx(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_FreeCameraAndMonSprite(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_SetupCamera(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_InitConditionRects(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_InitMaxAndDeltaConditionRects(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_LoadMonSprite(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_LoadMonAnimation(PokemonSummaryScreen *summaryScreen); | ||
void PokemonSummaryScreen_ChangeMonSprite(PokemonSummaryScreen *summaryScreen); | ||
|
||
#endif // POKEPLATINUM_POKEMON_SUMMARY_SCREEN_3D_ANIM_H |
Oops, something went wrong.