diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-06 17:14:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 17:14:07 -0700 |
commit | 18a6fb5c3fcdc852a8ee805ba02b2807938e1de8 (patch) | |
tree | 8b31e761c5b2b03e2b5200baec6755f6a3273fe5 /src/roamer.c | |
parent | ed5847cb41c48357d83b92823e08393a1ca54bdd (diff) | |
parent | 9e4bf55716fb5a27bc2f6eee4a489e48327eac3f (diff) |
Merge pull request #586 from PikalaxALT/nakamura
Nakamura debug menu
Diffstat (limited to 'src/roamer.c')
-rw-r--r-- | src/roamer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roamer.c b/src/roamer.c index 6ed5b6c89..459082e42 100644 --- a/src/roamer.c +++ b/src/roamer.c @@ -228,7 +228,7 @@ void GetRoamerLocation(u8 *mapGroup, u8 *mapNum) } #if DEBUG -void debug_sub_814A714(void) +void Debug_CreateRoamer(void) { if (gSaveBlock1.location.mapGroup == 0) { @@ -238,7 +238,7 @@ void debug_sub_814A714(void) } } -void debug_sub_814A73C(u8* str) +void Debug_GetRoamerLocation(u8* str) { GetMapSectionName(str, sRoamerLocation[1], 0); } |