summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-08 13:55:31 -0700
committerYamaArashi <shadow962@live.com>2017-05-08 15:47:45 -0700
commite6868bbdb2b9a0f00085029817d3a451781973cd (patch)
treea67f4e64f6850944f5b25c94df415923b1c325a5 /src/new_game.c
parentf6e3598f5efbda472c6605c94b5597d1196ea619 (diff)
decompile roamer.s
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/new_game.c b/src/new_game.c
index e058280af..3b93d37cc 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -9,6 +9,7 @@
#include "pokedex.h"
#include "pokemon_size_record.h"
#include "rng.h"
+#include "roamer.h"
#include "rom4.h"
#include "rtc.h"
#include "script.h"
@@ -135,8 +136,8 @@ void NewGameInitData(void)
gPlayerPartyCount = 0;
ZeroPlayerPartyMons();
sub_80961D8();
- sub_81341F8();
- sub_813420C();
+ ClearRoamerData();
+ ClearRoamerLocationData();
gSaveBlock1.registeredItem = 0;
sub_80A3714();
NewGameInitPCItems();