diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-22 12:06:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 12:06:17 -0500 |
commit | 5e80a12ec9fcf2201c070712d8e2dcefe2a0e364 (patch) | |
tree | 3d4f5e7b7c0a4a3217ed070e49b6a96bf0cd9079 /src | |
parent | 39efec3f1e9fc604b36b066ed7dc14e1bdb8c323 (diff) | |
parent | c564ff9afb0a155cec1b2105ef82db99ace91b36 (diff) |
Merge pull request #378 from PikalaxALT/rename_specials
Rename specials
Diffstat (limited to 'src')
-rw-r--r-- | src/field_control_avatar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c index 4795c7396..a8f6b6b9b 100644 --- a/src/field_control_avatar.c +++ b/src/field_control_avatar.c @@ -866,7 +866,7 @@ u8 *GetFieldObjectScriptPointerForComparison(void) return sub_8068364(&position, MapGridGetMetatileBehaviorAt(position.x, position.y), r4); } -int sub_8068FEC(void) +int SetCableClubWarp(void) { struct MapPosition position; |