mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-25 02:04:55 -05:00
fix linker warnings
This commit is contained in:
@@ -27,7 +27,7 @@ struct NaturePowerMove
|
||||
MoveCallback move;
|
||||
};
|
||||
|
||||
struct NaturePowerMove gNaturePowerMoveTable[10];
|
||||
extern struct NaturePowerMove gNaturePowerMoveTable[10];
|
||||
|
||||
|
||||
extern u8 gUnknown_202DE58[];
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user