diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-27 20:40:09 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-27 20:40:09 +0100 |
commit | 59ff4aec9b792acacbdf6978ba4e9f63543af41f (patch) | |
tree | 4cb480e6e6ce31194026f32f6bd50d4dc8ebae59 /include/global.tv.h | |
parent | a9212eeb664efcdfb74a2f4bbc5e94f37e27e748 (diff) |
decompile and document battle tv
Diffstat (limited to 'include/global.tv.h')
-rw-r--r-- | include/global.tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.tv.h b/include/global.tv.h index 5f65aa8e0..81f181cf3 100644 --- a/include/global.tv.h +++ b/include/global.tv.h @@ -188,11 +188,11 @@ typedef union // size = 0x24 struct { /*0x00*/ u8 kind; /*0x01*/ bool8 active; - /*0x02*/ u16 species; + /*0x02*/ u16 speciesOpponent; /*0x04*/ u8 playerName[8]; /*0x0C*/ u8 linkOpponentName[8]; /*0x14*/ u16 move; - /*0x16*/ u16 species2; + /*0x16*/ u16 speciesPlayer; /*0x18*/ u8 battleType; /*0x19*/ u8 language; /*0x1A*/ u8 linkOpponentLanguage; |