diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-09 19:08:23 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-09 19:08:23 -0400 |
commit | c10de4945141a6cca8c1b7328f4102bfc2c8ae28 (patch) | |
tree | 6ae5a6428c1ac5f33004e5bf57af3bb31e2338fd /include/new_game.h | |
parent | fc761599b412206f80d961a6052dce49b9998689 (diff) | |
parent | c0c3d2c52ad839450041d1ca6a29691efc5c5d35 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/new_game.h')
-rw-r--r-- | include/new_game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/new_game.h b/include/new_game.h index 62e83f8f0..f59154af4 100644 --- a/include/new_game.h +++ b/include/new_game.h @@ -3,7 +3,7 @@ void write_word_to_mem(u32 var, u8 *dataPtr); void copy_word_to_mem(u8 *copyTo, u8 *copyFrom); -void set_player_trainer_id(void); +void InitPlayerTrainerId(void); void SetDefaultOptions(void); void ClearPokedexFlags(void); void sub_8052DA8(void); |