mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
14 lines
272 B
C
14 lines
272 B
C
#ifndef GUARD_DUNGEON_JOBS_H
|
|
#define GUARD_DUNGEON_JOBS_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void sub_80842F0(void);
|
|
void sub_80843BC(s32 id);
|
|
void sub_8084424(void);
|
|
void sub_8084448(Entity *pokemon);
|
|
void sub_80845E0(Entity *pokemon);
|
|
void sub_8084778(void);
|
|
|
|
#endif
|