mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
10 lines
190 B
C
10 lines
190 B
C
#ifndef GUARD_DUNGEON_AI_H
|
|
#define GUARD_DUNGEON_AI_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void sub_8075900(Entity *pokemon, u8 r1);
|
|
void RunMonsterAI(Entity *pokemon, u32 unused);
|
|
|
|
#endif
|