mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 21:34:47 -04:00
fix linker warnings
This commit is contained in:
+1
-1
@@ -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