diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-03 15:15:08 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-03 15:15:08 -0700 |
commit | 48d27c035ae194419317884f64ddf4beec001e7c (patch) | |
tree | 7e682c65b3ce14ff1c7de4ce1ea6a9195e05a143 /include | |
parent | 4018017e9e334eff81107c07e9a32fcc678dac36 (diff) |
Remove pokemon_3.h
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_3.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/pokemon_3.h b/include/pokemon_3.h deleted file mode 100644 index 263839b19..000000000 --- a/include/pokemon_3.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef GUARD_POKEMON_3_H -#define GUARD_POKEMON_3_H - -u16 sub_806EFF0(u16); -const u8* GetTrainerClassNameFromId(u16 trainerId); -const u8* GetTrainerNameFromId(u16 trainerId); -void PlayMapChosenOrBattleBGM(u16 song); -u8 GetTrainerEncounterMusicId(u16 trainerOpponentId); - -#endif // GUARD_POKEMON_3_H |