summaryrefslogtreecommitdiff
path: root/src/roamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/roamer.c')
-rw-r--r--src/roamer.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/roamer.c b/src/roamer.c
index 6ed5b6c89..57dd0745b 100644
--- a/src/roamer.c
+++ b/src/roamer.c
@@ -6,12 +6,6 @@
#include "region_map.h"
#include "constants/species.h"
-#ifdef SAPPHIRE
-#define ROAMER_SPECIES SPECIES_LATIAS
-#else
-#define ROAMER_SPECIES SPECIES_LATIOS
-#endif
-
enum
{
MAP_GRP = 0, // map group
@@ -228,7 +222,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 +232,7 @@ void debug_sub_814A714(void)
}
}
-void debug_sub_814A73C(u8* str)
+void Debug_GetRoamerLocation(u8* str)
{
GetMapSectionName(str, sRoamerLocation[1], 0);
}