diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-26 13:29:30 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-26 13:29:30 -0500 |
commit | a5296a2f994a0f8e4421c4afd6bac1cedcfb72be (patch) | |
tree | 1d3f29615f1683fae77ade7d8713e7bfe5a11c26 /src/code_8073CF0.c | |
parent | 6e56b9f0341be0a6c960ea9e8db0939e4fa3cdac (diff) | |
parent | 0dd38993f6a4383d6d5743fd0ae0abc01210ae25 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/code_8073CF0.c')
-rw-r--r-- | src/code_8073CF0.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/code_8073CF0.c b/src/code_8073CF0.c new file mode 100644 index 0000000..f9bf10f --- /dev/null +++ b/src/code_8073CF0.c @@ -0,0 +1,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); +} + |