diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 11:27:10 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 11:27:10 -0500 |
commit | 190a2cba61c498eb258dc5743ba613168f15f677 (patch) | |
tree | 090781e56a9f32c0582bd56d167cc0d69a8d88f5 /include/overworld.h | |
parent | b1c6f80e10ca18d18ca11091449a9969e2b9aa05 (diff) | |
parent | 224fdbf026cfb0ff88aac519875a39fb038e4bb1 (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/overworld.h b/include/overworld.h index 0aa3c30fd..242b45d19 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -25,8 +25,6 @@ struct UCoords32 extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4]; extern MainCallback gFieldCallback; -void IncrementGameStat(u8 index); - void Overworld_SetMapObjTemplateCoords(u8, s16, s16); void Overworld_SetMapObjTemplateMovementType(u8, u8); @@ -72,5 +70,7 @@ void mapldr_default(void); bool32 sub_80875C8(void); bool32 sub_8087634(void); bool32 sub_808766C(void); +void IncrementGameStat(u8); +u32 GetGameStat(u8); #endif //GUARD_ROM4_H |