Finish decompiling field_specials

This commit is contained in:
Diegoisawesome
2018-08-11 14:51:54 -07:00
parent 1e0f3ec433
commit b54793be91
15 changed files with 1060 additions and 1897 deletions
+10
View File
@@ -163,6 +163,16 @@ enum
OPTIONS_BATTLE_STYLE_SET
};
struct Coords8 {
s8 x;
s8 y;
};
struct UCoords8 {
u8 x;
u8 y;
};
struct Coords16
{
s16 x;