diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-01-08 11:01:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 11:01:15 -0500 |
commit | 01e0d0430f3b596ac082e65aea266ee09c2ebd58 (patch) | |
tree | f7c2c662942eee5d3289914e3d49ae3eade84edc /include/global.h | |
parent | 8f7400809626c0f72dfe751665126f94181fd7c1 (diff) | |
parent | b9979f71e7d21f3ebab282dfd9351517c98a5bbe (diff) |
Merge pull request #40 from PikalaxALT/trainer_tower
Trainer tower (finish)
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/include/global.h b/include/global.h index 26ce4a8cc..8e85b3123 100644 --- a/include/global.h +++ b/include/global.h @@ -241,33 +241,6 @@ struct LinkBattleRecords u8 languages[LINK_B_RECORDS_COUNT]; }; -struct BattleTowerPokemon -{ - u16 species; - u16 heldItem; - u16 moves[4]; - u8 level; - u8 ppBonuses; - u8 hpEV; - u8 attackEV; - u8 defenseEV; - u8 speedEV; - u8 spAttackEV; - u8 spDefenseEV; - u32 otId; - u32 hpIV:5; - u32 attackIV:5; - u32 defenseIV:5; - u32 speedIV:5; - u32 spAttackIV:5; - u32 spDefenseIV:5; - u32 gap:1; - u32 altAbility:1; - u32 personality; - u8 nickname[POKEMON_NAME_LENGTH + 1]; - u8 friendship; -}; - struct UnknownSaveBlock2Struct { u8 field_0; |