summaryrefslogtreecommitdiff
path: root/src/code_8073CF0.c
blob: f9bf10f39528bcaa0b2ab19642bb194e573ade1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "global.h"
#include "dungeon_entity.h"

extern void sub_8067110(struct DungeonEntity *);
extern void sub_80671A0(struct DungeonEntity *);
extern void sub_8073D14(struct DungeonEntity *);

void sub_8073CF0(struct DungeonEntity *pokemon)
{
    sub_8067110(pokemon);
}

void sub_8073CFC(struct DungeonEntity *pokemon)
{
    sub_80671A0(pokemon);
}

void sub_8073D08(struct DungeonEntity *pokemon)
{
    sub_8073D14(pokemon);
}