summaryrefslogtreecommitdiff
path: root/src/roamer.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-04 08:49:05 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-05 22:43:26 -0400
commit56d822f9e3fe9ed65377151c0b839e4eaa7caea9 (patch)
treeb12164fe944f4d340bcbed1aa1e599d8d1d4f757 /src/roamer.c
parentb5dbdbc4b918b1fd3b60084ea92ce9ad6830733b (diff)
Renaming
Diffstat (limited to 'src/roamer.c')
-rw-r--r--src/roamer.c4
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);
}