diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
commit | caa13f877797edbb7a1e13bf00b537bafbd4315a (patch) | |
tree | b5f49b410072efbee9d5a9e3c5a632a9482cc895 /include/overworld.h | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) |
convert some constants to C headers
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index ea3d27319..a5fba0c10 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -68,4 +68,7 @@ void c2_load_new_map(void); void copy_saved_warp2_bank_and_enter_x_to_warp1(u8 unused); void mapldr_default(void); +void IncrementGameStat(u8); +u32 GetGameStat(u8); + #endif //GUARD_ROM4_H |