diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-08 16:01:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 16:01:27 -0400 |
commit | ebade7affb31d5bcdc17cdcd3895758010ee6f66 (patch) | |
tree | 31c604514512b6bb3cd9e52bee799f35de1e3fad /include/global.h | |
parent | 9ff261ac2a249a669a42381509ef288287535b4f (diff) | |
parent | 431c60c92c59ba0c2d5a658e0c490f46162bb5d2 (diff) |
Merge pull request #1079 from GriffinRichards/doc-confetti
Document Contest Util and confetti effects
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 cc1faa9f2..abcf1d545 100644 --- a/include/global.h +++ b/include/global.h @@ -960,7 +960,7 @@ struct SaveBlock1 /*0x2E20*/ u8 additionalPhrases[8]; // bitfield for 33 additional phrases in easy chat system /*0x2E28*/ OldMan oldMan; /*0x2e64*/ struct EasyChatPair easyChatPairs[5]; //Dewford trend [0] and some other stuff - /*0x2e90*/ struct ContestWinner contestWinners[13]; // 0 - 5 used in contest hall, 6 - 7 unused?, 8 - 12 museum + /*0x2e90*/ struct ContestWinner contestWinners[NUM_CONTEST_WINNERS]; // see CONTEST_WINNER_* /*0x3030*/ struct DayCare daycare; /*0x3150*/ struct LinkBattleRecords linkBattleRecords; /*0x31A8*/ u8 giftRibbons[52]; |