diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 17:21:00 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 17:21:00 -0400 |
commit | a03906a1a3b8954fa8c27f6e5a9e89cdd0b57a1e (patch) | |
tree | 86cb3086926cbf8f4096c29a89450cfa813c0c2d /src/heal_location.c | |
parent | 71c003dcdbe5253ca79881adea3d0ce3c3597541 (diff) |
through SetContinueGameWarpToDynamicWarp
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index a8ac8cb46..ae02c7844 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -50,7 +50,7 @@ static const struct HealLocation * GetHealLocationPointerFromMapGroupAndNum(u16 return &sSpawnPoints[i - 1]; } -const struct HealLocation * GetHealLocationPointer(u32 idx) +const struct HealLocation * GetHealLocation(u32 idx) { if (idx == 0) return NULL; |