diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:40:35 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:40:35 -0500 |
commit | 5d8db75db9f80785d1b6916418ad22f20b8ff90d (patch) | |
tree | 514b137a5a95ab5d75d6d04d685d9f4e4f7d37eb /include/overworld.h | |
parent | 449d64593690fd95e58f09c245c7b0f034ce57df (diff) | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_pokenav.s
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index d6f90b666..597a160ed 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -74,4 +74,6 @@ void mapldr_default(void); void IncrementGameStat(u8); u32 GetGameStat(u8); +void CB2_OverworldBasic(void); + #endif //GUARD_ROM4_H |