diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
commit | 3c286feec6786ed6d6bb12161719cf06ffacaf31 (patch) | |
tree | d27be6ae1d47377286a24329ed403e348a63b27e /include/pokenav.h | |
parent | e675043558c3dba9409358b37d1d11c2302702d0 (diff) | |
parent | 4554b546ef1699d4b3bde9ef27e7477e620d38d9 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_songs
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 4335923c8..ebe3b325c 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -2,6 +2,16 @@ #define GUARD_POKENAV_H bool8 sub_81D5C18(void); +bool8 sub_81D20BC(void *arg0); +bool8 sub_81D312C(void *arg0); +void sub_81D1ED4(void *arg0); +void sub_81D2108(void *arg0); +void sub_81D20AC(void *arg0); +void sub_81D2230(void *arg0); +void sub_81D3464(void *arg0); +void sub_81D3480(void *arg0, u8 arg1); +void sub_81D2754(void *arg0, void *arg1); +void sub_81D1F84(void *arg0, void *arg1, void *arg2); const u8 *sub_81D62AC(void); #endif //GUARD_POKENAV_H |