diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-01 12:21:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 12:21:52 -0400 |
commit | 405a4352c32b6fc33c0222fc9d526cc2cb8f7252 (patch) | |
tree | 420ea16d829bc67399154844501e1208520e7092 /include/field_map_obj.h | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) | |
parent | b249154009efceb5710848a2567fb821d3e7217a (diff) |
Merge pull request #61 from garakmon/parameterized
Parametrized to Parameterized
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r-- | include/field_map_obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 69e3419de..459122d32 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -48,7 +48,7 @@ void SpawnFieldObjectsInView(s16, s16); u8 sprite_new(u8, u8, s16, s16, u8, u8); u8 AddPseudoFieldObject(u16, void (*)(struct Sprite *), s16, s16, u8); u8 show_sprite(u8, u8, u8); -u8 SpawnSpecialFieldObjectParametrized(u8, u8, u8, s16, s16, u8); +u8 SpawnSpecialFieldObjectParameterized(u8, u8, u8, s16, s16, u8); u8 SpawnSpecialFieldObject(struct MapObjectTemplate *); void sub_8093038(s16, s16, s16 *, s16 *); void CameraObjectReset1(void); |