diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-12 15:41:19 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-12 15:41:19 +0100 |
commit | 69683f957288ae28114300552787d0f5355cd0fe (patch) | |
tree | 128f9ff333432034079fbfd204c23a4948e84aed /include/global.h | |
parent | d5abd7b6965eceb3dc7a808699c6114ec967733a (diff) |
Decompile Battle Palace
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 748021556..3fb137425 100644 --- a/include/global.h +++ b/include/global.h @@ -424,7 +424,8 @@ struct BattleFrontier /*0xD1C*/ u16 domeTotalChampionships[2][2]; /*0xD24*/ struct BattleDomeTrainer domeTrainers[DOME_TOURNAMENT_TRAINERS_COUNT]; /*0xD64*/ u16 domeMonIds[DOME_TOURNAMENT_TRAINERS_COUNT][3]; - /*0xD64*/ u16 field_DC4[2]; + /*0xDC4*/ u16 field_DC4; + /*0xDC6*/ u16 field_DC6; /*0xDC8*/ u16 palaceWinStreaks[2][2]; /*0xDD0*/ u16 palaceRecordWinStreaks[2][2]; /*0xDD8*/ u16 field_DD8; |