diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-01-05 23:02:28 -0800 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-01-06 13:41:18 -0800 |
commit | 284751e7610f5e9cf266bd0a8bb148464753afa1 (patch) | |
tree | c4d69ec4c29d94f0faf16b01ec8fc0b388855b8e /include | |
parent | 2ca482dc24accca6bbb808f2c4b847e1d2c2dfac (diff) |
Decompile through ClearContestWinnerPicsInContestHall, 10 NONMATCHINGs present.
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 6 | ||||
-rw-r--r-- | include/graphics.h | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index 4ab4d350c..65db7b0bc 100644 --- a/include/contest.h +++ b/include/contest.h @@ -429,9 +429,13 @@ extern struct ContestResources *gContestResources; #define shared19328 (*gContestResources->field_10) #define shared19338 (*gContestResources->field_14) + + #define shared15800 (gHeap + 0x18000) +#define shared16800 (gHeap + 0x19000) #define shared18000 (*(struct Shared18000 *)(gHeap + 0x1a000)) + extern u32 gContestRngValue; extern u8 gUnknown_02039F26[4]; @@ -445,7 +449,7 @@ bool8 sub_80DE1E8(u8 a); void SetStartledString(u8 a, u8 b); s8 Contest_GetMoveExcitement(u16); u8 sub_80DAE0C(struct Pokemon *); -void sub_80DEDA8(u8); +bool8 sub_80DEDA8(u8); void sub_80DACBC(u8 contestType, u8 rank, bool32 isPostgame); void sub_80DB09C(u8 contestCategory); void sub_80DCE58(u8); diff --git a/include/graphics.h b/include/graphics.h index 29719d1a0..4615facf9 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4745,9 +4745,13 @@ extern const u32 gBattleStatMask8_Pal[]; extern const u32 gUnknown_08D9A88C[]; extern const u32 gContestMiscGfx[]; extern const u32 gContestAudienceGfx[]; +extern const u8 gContestApplauseMeterGfx[]; +extern const u8 gContestNextTurnNumbersGfx[]; +extern const u8 gContestNextTurnRandomGfx[]; extern const u32 gUnknown_08C16FA8[]; extern const u32 gUnknown_08C16E90[]; extern const u32 gUnknown_08C17170[]; +extern const u32 gUnknown_08C17980[]; extern const u32 gUnknown_08D95E00[]; extern const u32 gUnknown_08D960D0[]; |