diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-23 09:05:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 09:05:26 -0400 |
commit | 6e36c229200e083ca005cbc448e99210d111f3b2 (patch) | |
tree | aec86bd0f081a7ff207f68cba33315991b629be1 /include/unk_8159F40.h | |
parent | 4bc284ff2c7d0ec3f24df8d94a77860fbaed588b (diff) | |
parent | 3efd2e1210b4149628197446d063df0fc11281ab (diff) |
Merge pull request #130 from PikalaxALT/trainers
Trainers, event flags, mystery_event_msg, map object gfx
Diffstat (limited to 'include/unk_8159F40.h')
-rw-r--r-- | include/unk_8159F40.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unk_8159F40.h b/include/unk_8159F40.h index 7f6a98c3a..41db36aad 100644 --- a/include/unk_8159F40.h +++ b/include/unk_8159F40.h @@ -3,7 +3,7 @@ #include "global.h" -void sub_8159F40(void); +void InitPokedudePartyAndOpponent(void); void sub_815A008(struct QuestLog *); void sub_815A1F8(struct QuestLog *, struct MapObjectTemplate *); |