mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 09:35:45 -05:00
move more externs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user