summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-01 21:33:03 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-11-01 21:33:03 -0700
commitfea6c54f45a22493768d57c16fb9b916cfdeadde (patch)
tree6aea2de5274fa78c8c93505948acbd0533de0fea /include/global.h
parent87c0040c1adca9b41a779a89a1aaedc63849f0df (diff)
Decompile Debug_FillEReaderTrainerWithPlayerData
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 43ffcae0c..8461624cb 100644
--- a/include/global.h
+++ b/include/global.h
@@ -781,8 +781,8 @@ struct BattleTowerEReaderTrainer
/*0x00*/u8 unk0;
/*0x01*/u8 trainerClass;
/*0x02*/u16 var_2; // TODO: this gets set in MEScrCmd_addtrainer
- /*0x04*/u8 name[7];
- /*0x0B*/u8 filler_B[0x5];
+ /*0x04*/u8 name[8];
+ /*0x0C*/u8 trainerId[4];
/*0x10*/struct {
u16 easyChat[6];
} greeting;