diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-16 10:35:31 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-16 10:35:31 -0500 |
commit | b03a51e034df8513456043dabf23596c8daba2c1 (patch) | |
tree | 668b859f7b442c5e188033658a696a3027ececc1 /src/field_specials.c | |
parent | 32a9e2ae445e6f5674357edc4e8b9ee90c927c43 (diff) |
labeling
Diffstat (limited to 'src/field_specials.c')
-rwxr-xr-x | src/field_specials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c index 2b505bbfe..71de04f55 100755 --- a/src/field_specials.c +++ b/src/field_specials.c @@ -1761,7 +1761,7 @@ u8 GetPokeblockNameByMonNature(void) void GetSecretBaseNearbyMapName(void) { - sub_80FBFB4(gStringVar1, VarGet(VAR_SECRET_BASE_MAP), 0); + GetMapSectionName(gStringVar1, VarGet(VAR_SECRET_BASE_MAP), 0); } u16 sub_810F404(void) |