mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-11 11:36:31 -05:00
I DID IT
This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
|
||||
void sub_806CC10(void);
|
||||
void sub_806CC70(void);
|
||||
void sub_806CCB4(Entity *, u8);
|
||||
void sub_806CCB4(Entity *entity, u8);
|
||||
void sub_806CD90(void);
|
||||
void sub_806CDD4(Entity *, u8, u32);
|
||||
void sub_806CDFC(Entity *, u8, u32);
|
||||
void sub_806CE34(Entity *, u32);
|
||||
void sub_806CE68(Entity *, u32);
|
||||
void sub_806CE94(Entity *, u32);
|
||||
u8 sub_806CEBC(Entity *);
|
||||
void sub_806CEFC(Entity *, u32);
|
||||
void sub_806CF18(Entity *);
|
||||
u8 sub_806CF54(Entity *);
|
||||
void sub_806CDD4(Entity *entity, u8, u32);
|
||||
void sub_806CDFC(Entity *entity, u8, u32);
|
||||
void sub_806CE34(Entity *entity, u32 newDir);
|
||||
void sub_806CE68(Entity *entity, u32 newDir);
|
||||
void sub_806CE94(Entity *entity, u32 newDir);
|
||||
u8 sub_806CEBC(Entity *entity);
|
||||
void sub_806CEFC(Entity *entity, u32 newDir);
|
||||
void sub_806CF18(Entity *entity);
|
||||
u8 sub_806CF54(Entity *entity);
|
||||
void sub_806CF60(void);
|
||||
u32 sub_806CF98(Entity *);
|
||||
u32 sub_806CF98(Entity *entity);
|
||||
|
||||
#endif // GUARD_CODE_806CD90_H
|
||||
Reference in New Issue
Block a user