diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-25 18:46:15 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-25 18:46:15 +0200 |
commit | 62a645abafdd17b737562b4ab6b40739d13722c2 (patch) | |
tree | 94579e1e102bbad0e6081157640f18492ec94d1f /include/global.h | |
parent | 91349324c619309ca605a04115d0c9b7d78cbb26 (diff) |
Up To CopyDomeTrainerName
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index a4db847a4..d3abb8269 100644 --- a/include/global.h +++ b/include/global.h @@ -340,8 +340,8 @@ struct FrontierMonData struct BattleDomeTrainer { u16 trainerId:10; - u16 unk1:1; - u16 unk2:2; + u16 isEliminated:1; + u16 eliminatedAt:2; u16 unk3:3; }; |