diff options
author | YamaArashi <shadow962@live.com> | 2016-10-02 00:43:14 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-02 00:43:14 -0700 |
commit | 179c2e5041b922fb5370e0188c90acf9f82bdf66 (patch) | |
tree | 1446578c29eb9262260af8c4b8143630dacab9f7 /include/fieldmap.h | |
parent | ee7db46023b1bde6a06f61242c7dd7c4770b6125 (diff) |
initial decompilation of some field system code
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 8154bd387..9a134e65c 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -94,7 +94,10 @@ struct MapHeader u8 cave; u8 weather; u8 light; - u8 filler_18[0x4]; + u8 filler_18; + u8 escapeRope; + u8 flags; + u8 battleType; }; struct MapObject |