diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 18:34:06 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 18:34:06 -0500 |
commit | 017fa7e3361e3dafd06dd34d434f1d56159c051e (patch) | |
tree | 4b0e85d0bc3a28158e80b0b4fb250afa884bfb73 /src/fieldmap.c | |
parent | 5106fc1c9a503ba3856267ecaf16d9f6393e5072 (diff) |
Trainer Hill --> Trainer Tower
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index adb26f230..d64215295 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -63,7 +63,7 @@ const struct MapHeader * mapconnection_get_mapheader(struct MapConnection * conn return Overworld_GetMapHeaderByGroupAndId(connection->mapGroup, connection->mapNum); } -void not_trainer_hill_battle_pyramid(void) +void not_trainer_tower_battle_pyramid(void) { sub_8058A00(&gMapHeader); mapheader_run_script_with_tag_x1(); |