fix linker warnings

This commit is contained in:
Seth Barberee
2023-05-29 21:02:57 -07:00
parent 456aa703c4
commit 36942a229c
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ struct NaturePowerMove
MoveCallback move;
};
struct NaturePowerMove gNaturePowerMoveTable[10];
extern struct NaturePowerMove gNaturePowerMoveTable[10];
extern u8 gUnknown_202DE58[];

View File

@@ -162,7 +162,7 @@ struct NaturePowerMove
u16 unk2;
MoveCallback move;
};
struct NaturePowerMove gUnknown_80F59C8[10];
extern struct NaturePowerMove gUnknown_80F59C8[10];
bool8 sub_805AFA4(struct Entity * pokemon, struct Entity * target, struct Move *move, u32 param_4)
{