diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-25 21:57:28 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-25 21:57:28 +0200 |
commit | fa36e23683a27876156d74829c543f69fcd1f297 (patch) | |
tree | f21ab284985b15ed6bb5d34d2db5de64d5feeb9c /include | |
parent | a9bc67dbb090277c8c6c4df1cf16a43ad36e413b (diff) |
start opponent controller, thx bird
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 98cff2094..9967fcc34 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -647,6 +647,7 @@ u8 GetDefaultMoveTarget(u8 atkBank); u16 PlayerGenderToFrontTrainerPicId(u8 playerGender); void sub_806A1C0(u16 arg0, u8 bankIdentity); void sub_806A12C(u16 trainerSpriteId, u8 bankIdentity); +u8 GetSecretBaseTrainerPicIndex(void); #include "sprite.h" |