diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 00:19:24 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 00:19:24 -0700 |
commit | 1927edefd9fdb95fad098c8a7baf49f721dee1fd (patch) | |
tree | e290d6da9d8eff40fee4add5481d7d1ce6ed2796 | |
parent | 6db473d98dd8b761ccdac7e74d514910ce56dfd6 (diff) |
roamer struct status field
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 511b659ea..207e9b6b2 100644 --- a/include/global.h +++ b/include/global.h @@ -131,7 +131,7 @@ struct Roamer /*0x08*/ u16 species; /*0x0A*/ u16 hp; /*0x0C*/ u8 level; - /*0x0D*/ u8 unk_D; + /*0x0D*/ u8 status; /*0x0E*/ u8 cool; /*0x0F*/ u8 beauty; /*0x10*/ u8 cute; |