summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-01-31 03:08:44 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-01-31 00:08:44 -0800
commit9813caaf5345ea28f8230d41461618673779c2fb (patch)
tree53b692aabb235c2f5a58060fa134bbdb3adbb67b /src/new_game.c
parentb6b5453431af46791fd9d211efac64464c1dff85 (diff)
make ROM match again (#227)
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index ddc9ea403..99c7839eb 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -70,6 +70,7 @@ void ClearPokedexFlags(void)
void sub_8052DA8(void)
{
s32 i;
+
sub_80B2D1C();
for (i = 0; i < 5; i++)
gSaveBlock1.sb1_2EFC_struct[i] = gUnknown_08216604;
@@ -139,7 +140,7 @@ void NewGameInitData(void)
sub_810C994();
sub_8133F80();
sub_80E6764();
- sub_80F7AA4();
+ SetMauvilleOldMan();
sub_80FA17C();
sub_810FA54();
ResetLotteryCorner();