diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-18 16:35:34 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-18 14:35:34 -0800 |
commit | 56f432fca2d552d8f0cda1a7fbab8aeb7d926fa2 (patch) | |
tree | ee99f5f6ae709b89179c787a4ceeb92f6d5255bb /include/link.h | |
parent | 6bbdece4fba09f9b1820e936210f3c3f6b62c72a (diff) |
start decompiling rom3 (#198)
* start decompiling rom3
* newline
* decompile sub_800BA78
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/link.h b/include/link.h index 49dff6547..f88cf8f5a 100644 --- a/include/link.h +++ b/include/link.h @@ -65,11 +65,11 @@ struct LinkPlayer /* 0x00 */ u16 version; /* 0x02 */ u16 lp_field_2; /* 0x04 */ u32 trainerId; - /* 0x05 */ u8 name[11]; - /* 0x10 */ u8 gender; + /* 0x08 */ u8 name[11]; + /* 0x13 */ u8 gender; /* 0x14 */ u32 linkType; /* 0x18 */ u16 lp_field_18; - /* 0x20 */ u16 language; + /* 0x1A */ u16 language; }; struct LinkPlayerBlock |