diff options
author | YamaArashi <shadow962@live.com> | 2017-01-21 16:48:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-21 16:48:06 -0800 |
commit | bcaab977727ded65c9eeaef9dbef9e9441d26fb7 (patch) | |
tree | b93f1df1194ebbe96e6b331b8387d75eeb19f4cb /src/heal_location.c | |
parent | a8b6cad54a9e0abadd61d3d71d5e9ee9f279382b (diff) |
formatting
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 73d6ef65a..a780ee470 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -11,7 +11,7 @@ u32 GetHealLocationIndexByMap(u16 mapGroup, u16 mapNum) for (i = 0; i < NUM_HEAL_LOCATIONS; i++) { - if(gHealLocations[i].group == mapGroup && gHealLocations[i].map == mapNum) + if (gHealLocations[i].group == mapGroup && gHealLocations[i].map == mapNum) return i + 1; } return 0; |