From ea10f7b7bd6957312b9b0dfa371761c5936bc80a Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 28 Dec 2021 22:15:56 -0600 Subject: Created header for pokemon_3 --- include/dungeon_entity.h | 2 +- include/pokemon_3.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 include/pokemon_3.h (limited to 'include') diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 527d817..233ef8e 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -1,8 +1,8 @@ #ifndef GUARD_DUNGEON_ENTITY_H #define GUARD_DUNGEON_ENTITY_H +#include "constants/global.h" #include "constants/move.h" -#include "global.h" #include "item.h" #include "position.h" diff --git a/include/pokemon_3.h b/include/pokemon_3.h new file mode 100644 index 0000000..968e2ef --- /dev/null +++ b/include/pokemon_3.h @@ -0,0 +1,6 @@ +#ifndef GUARD_POKEMON_3_H +#define GUARD_POKEMON_3_H + +bool8 IsIQSkillSet(u8 *IQSkillsEnabled, u32 IQSkill); + +#endif -- cgit v1.2.3