diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-01-16 21:53:55 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-01-16 21:53:55 -0500 |
commit | c06bb601837c810ec71b05c0887118269613855d (patch) | |
tree | 8ea80e699262df68bf854011e037e03b6f7542f5 /include/overworld.h | |
parent | 35f88987254544aa77ec3fb1906e4b545b5b5f2d (diff) | |
parent | 23f45bd2b6790df259caa180d46706cbdd54f86f (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_slot_machine.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 |