diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 11:07:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:07:47 -0500 |
commit | 04130a97d9ff799c9f1b439d091c0116adb31bfb (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /include/trainer_tower.h | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) | |
parent | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (diff) |
Merge pull request #239 from GriffinRichards/doc-ttower
Document Trainer Tower scripts
Diffstat (limited to 'include/trainer_tower.h')
-rw-r--r-- | include/trainer_tower.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/trainer_tower.h b/include/trainer_tower.h index 9c1ac0631..72c0f236c 100644 --- a/include/trainer_tower.h +++ b/include/trainer_tower.h @@ -6,7 +6,9 @@ void InitTrainerTowerBattleStruct(void); void FreeTrainerTowerBattleStruct(void); u8 GetTrainerTowerTrainerFrontSpriteId(void); void ResetTrainerTowerResults(void); -void sub_815DA28(u8 *text); -u8 sub_815DA10(void); +void GetTrainerTowerOpponentWinText(u8 *dest, u8 opponentIdx); +void GetTrainerTowerOpponentLoseText(u8 *dest, u8 opponentIdx); +void GetTrainerTowerOpponentName(u8 *text); +u8 GetTrainerTowerOpponentClass(void); #endif //GUARD_TRAINER_TOWER_H |