From bb2c7f3e07fe9fe9ae72b361b93f106af1259124 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 2 Jan 2017 22:58:06 -0800 Subject: name functions and split data more --- include/asm.inc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/asm.inc.h b/include/asm.inc.h index 4d49ef7b6..86d16066b 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -135,10 +135,10 @@ void FieldObjectUpdateZCoord(struct MapObject *pObject); void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); // src/map_obj_80643A4.o -bool8 sub_80643A4(struct MapObject *); -void player_bitmagic(void); -void sub_8064470(u8); -void sub_806451C(void); +bool8 FreezeMapObject(struct MapObject *); +void FreezeMapObjects(void); +void FreezeMapObjectsExceptOne(u8); +void UnfreezeMapObjects(void); void sub_806487C(struct Sprite *sprite, bool8 invisible); void sub_8064990(u8, u8); -- cgit v1.2.3