mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
23 lines
683 B
C
23 lines
683 B
C
#ifndef GUARD_CODE_806CD90_H
|
|
#define GUARD_CODE_806CD90_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void sub_806CC10(void);
|
|
void sub_806CC70(void);
|
|
void sub_806CCB4(Entity *entity, u8);
|
|
void sub_806CD90(void);
|
|
void sub_806CDD4(Entity *entity, u8, u32 direction);
|
|
void sub_806CDFC(Entity *entity, u8, u32 direction);
|
|
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 *entity);
|
|
|
|
#endif // GUARD_CODE_806CD90_H
|