move more externs

This commit is contained in:
DizzyEggg
2025-08-28 19:39:16 +02:00
parent 87bd005c29
commit 06e932b568
12 changed files with 14 additions and 19 deletions

View File

@@ -1,6 +1,10 @@
#ifndef GUARD_DUNGEON_NAME_BANNER_H
#define GUARD_DUNGEON_NAME_BANNER_H
#include "structs/str_file_system.h"
void ShowDungeonNameBanner_Async(void);
extern OpenedFile *gDungeonNameBannerPalette;
#endif

View File

@@ -16,4 +16,6 @@ bool8 sub_808384C(DungeonPos *posDst, const DungeonPos *posSrc);
void sub_80838EC(u8 *a0);
void sub_8083904(struct DungeonPos *posDst, struct Entity *entityArg);
extern Entity *gLeaderPointer;
#endif

View File

@@ -5,6 +5,7 @@
#include "structs/dungeon_entity.h"
#include "structs/str_position.h"
#include "structs/str_traps.h"
#include "structs/str_dungeon.h"
#include "structs/map.h"
static inline EntityInfo *GetEntInfo(Entity *entity)
@@ -35,4 +36,7 @@ bool8 CanTargetPosition(Entity *entity, DungeonPos *pos);
void SubstitutePlaceholderStringTags(u8 *buffer, Entity *entity, u32 param_3);
void sub_8045ACC(void);
extern u8 gUnknown_202EE70[MAX_TEAM_BODY_SIZE];
extern u8 gUnknown_202EE76[DUNGEON_MAX_WILD_POKEMON_BODY_SIZE];
#endif // GUARD_DUNGEON_UTIL_H