diff options
author | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-10 21:35:14 -0500 |
---|---|---|
committer | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-10 21:35:14 -0500 |
commit | 47cc3aa0f1fd77f16d898da30fd482cfd5a4c1ba (patch) | |
tree | 3050cd4b8f7bc44b5b672b23658eae811e113d2e /src | |
parent | dc59d5ac4fb0deeaf4068f91126a1e1835067299 (diff) |
Document hall of fame and help system gfx
Diffstat (limited to 'src')
-rw-r--r-- | src/hall_of_fame.c | 4 | ||||
-rw-r--r-- | src/help_system.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index 8480edfaf..e6f8b72ec 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -283,8 +283,8 @@ static const struct SpriteTemplate sSpriteTemplate_Confetti = { .callback = SpriteCB_Confetti }; -static const u16 sHallOfFame_Pal[] = INCBIN_U16("graphics/hall_of_fame/unk_840C3BC.gbapal"); -static const u32 sHallOfFame_Gfx[] = INCBIN_U32("graphics/hall_of_fame/unk_840C3BC.4bpp.lz"); +static const u16 sHallOfFame_Pal[] = INCBIN_U16("graphics/hall_of_fame/hall_of_fame.gbapal"); +static const u32 sHallOfFame_Gfx[] = INCBIN_U32("graphics/hall_of_fame/hall_of_fame.4bpp.lz"); static const struct HallofFameMon sDummyHofMon = { .tid = 0x03EA03EA, // (u16[]){1002, 1002} corrupted sprite template? diff --git a/src/help_system.c b/src/help_system.c index 27ec64baa..f29359354 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -1646,7 +1646,7 @@ static const u8 *const sHelpSystemSubmenuItemLists[HELPCONTEXT_COUNT * (TOPIC_CO NULL, NULL, NULL, NULL, NULL // HELPCONTEXT_UNUSED }; -static const u16 unref_845BCB0[] = INCBIN_U16("graphics/help_system/unk_845BCB0.bin"); +static const u16 unref_845BCB0[] = INCBIN_U16("graphics/help_system/unused.bin"); static const u8 sHelpSystemContextTopicOrder[TOPIC_COUNT] = { TOPIC_ABOUT_GAME, |