diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 22:52:18 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 22:52:18 -0700 |
commit | e1191bfe667671cdcc1f77839769eae686245ac4 (patch) | |
tree | 3cf5060ef013246d7a458375a59b65696a298399 /src/new_game.c | |
parent | 040bf705bbd8588a5114fe1631756df2ee77e662 (diff) |
name/rename a lot of functions
Diffstat (limited to 'src/new_game.c')
-rw-r--r-- | src/new_game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/new_game.c b/src/new_game.c index 92810615e..11449a7c7 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -110,8 +110,8 @@ void NewGameInitData(void) sub_80530AC(); sub_8052DA8(); GameFreakRTC_Reset(); - sub_80C5B84(); - sub_80C5BDC(); + InitShroomishSizeRecord(); + InitBarboachSizeRecord(); gPlayerPartyCount = 0; ZeroPlayerPartyMons(); sub_80961D8(); |