mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
10 lines
195 B
C
10 lines
195 B
C
#ifndef GUARD_DUNGEON_AI_H
|
|
#define GUARD_DUNGEON_AI_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void RunMonsterAI(Entity *pokemon, u32 unused);
|
|
void sub_8075BA4(Entity *param_1, u8 param_2);
|
|
|
|
#endif
|