diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-16 08:47:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 08:47:35 -0400 |
commit | 96a39a14bd99d7100246bac68a9965e55ab1e34a (patch) | |
tree | 1b5493034d8be68a7b8315c0da312413af85be8c /include/overworld.h | |
parent | 53b950019aca8896d70c4d5e4f9e2a1d5143e489 (diff) | |
parent | 7e238443712a68188d0ca0fcee75dc273f8dcb70 (diff) |
Merge pull request #81 from pret/battle_records
Battle records
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 799389353..9a9657006 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -78,7 +78,8 @@ void c2_load_new_map(void); void copy_saved_warp2_bank_and_enter_x_to_warp1(u8 unused); void mapldr_default(void); -u32 GetGameStat(u8); +u32 GetGameStat(u8 statId); +u32 SetGameStat(u8 statId, u32 value); void CB2_ContinueSavedGame(void); void sub_8055D5C(struct WarpData *); |