diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-29 16:51:25 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-29 16:51:25 -0700 |
commit | fc786f80fd10732d23759e7c647f15406a5162d0 (patch) | |
tree | 4e3e5f470f326efeb5110af1580b4df16be66491 /include/global.h | |
parent | b9252e4f2803fe14bd7dd8385da595931b82c8d6 (diff) |
Decompile a few nonmatchings in battle_tower
Diffstat (limited to 'include/global.h')
-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 9b4320c81..43ffcae0c 100644 --- a/include/global.h +++ b/include/global.h @@ -780,7 +780,7 @@ struct BattleTowerEReaderTrainer { /*0x00*/u8 unk0; /*0x01*/u8 trainerClass; - /*0x02*/u16 filler_2; // TODO: this gets set in MEScrCmd_addtrainer + /*0x02*/u16 var_2; // TODO: this gets set in MEScrCmd_addtrainer /*0x04*/u8 name[7]; /*0x0B*/u8 filler_B[0x5]; /*0x10*/struct { |