Skip to content

Commit

Permalink
Merge pull request #305 from ravepossum/more_summary_screen
Browse files Browse the repository at this point in the history
Summary screen documentation pt. 2
  • Loading branch information
lhearachel authored Nov 25, 2024
2 parents dd0b5ed + b2a6189 commit f172250
Show file tree
Hide file tree
Showing 53 changed files with 3,708 additions and 2,397 deletions.
16 changes: 16 additions & 0 deletions include/applications/pokemon_summary_screen/3d_anim.h
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
Loading

0 comments on commit f172250

Please sign in to comment.