Document hall of fame and help system gfx
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 437 B |
Binary file not shown.
|
Before Width: | Height: | Size: 481 B |
@@ -26,6 +26,7 @@ ITEMMENUGFXDIR := graphics/item_menu
|
|||||||
INTROGFXDIR := graphics/intro
|
INTROGFXDIR := graphics/intro
|
||||||
BATTLETERRAINGFXDIR := graphics/battle_terrain
|
BATTLETERRAINGFXDIR := graphics/battle_terrain
|
||||||
BERRYPOUCHGFXDIR := graphics/berry_pouch
|
BERRYPOUCHGFXDIR := graphics/berry_pouch
|
||||||
|
HALLOFFAMEGFXDIR := graphics/hall_of_fame
|
||||||
|
|
||||||
types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark
|
types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark
|
||||||
contest_types := cool beauty cute smart tough
|
contest_types := cool beauty cute smart tough
|
||||||
@@ -573,3 +574,6 @@ $(BATTLETERRAINGFXDIR)/terrain_water.4bpp: %.4bpp: %.png
|
|||||||
|
|
||||||
$(BERRYPOUCHGFXDIR)/background.4bpp: %.4bpp: %.png
|
$(BERRYPOUCHGFXDIR)/background.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -num_tiles 52
|
$(GFX) $< $@ -num_tiles 52
|
||||||
|
|
||||||
|
$(HALLOFFAMEGFXDIR)/hall_of_fame.4bpp: %.4bpp: %.png
|
||||||
|
$(GFX) $< $@ -num_tiles 29
|
||||||
|
|||||||
+2
-2
@@ -283,8 +283,8 @@ static const struct SpriteTemplate sSpriteTemplate_Confetti = {
|
|||||||
.callback = SpriteCB_Confetti
|
.callback = SpriteCB_Confetti
|
||||||
};
|
};
|
||||||
|
|
||||||
static const u16 sHallOfFame_Pal[] = INCBIN_U16("graphics/hall_of_fame/unk_840C3BC.gbapal");
|
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/unk_840C3BC.4bpp.lz");
|
static const u32 sHallOfFame_Gfx[] = INCBIN_U32("graphics/hall_of_fame/hall_of_fame.4bpp.lz");
|
||||||
|
|
||||||
static const struct HallofFameMon sDummyHofMon = {
|
static const struct HallofFameMon sDummyHofMon = {
|
||||||
.tid = 0x03EA03EA, // (u16[]){1002, 1002} corrupted sprite template?
|
.tid = 0x03EA03EA, // (u16[]){1002, 1002} corrupted sprite template?
|
||||||
|
|||||||
+1
-1
@@ -1646,7 +1646,7 @@ static const u8 *const sHelpSystemSubmenuItemLists[HELPCONTEXT_COUNT * (TOPIC_CO
|
|||||||
NULL, NULL, NULL, NULL, NULL // HELPCONTEXT_UNUSED
|
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] = {
|
static const u8 sHelpSystemContextTopicOrder[TOPIC_COUNT] = {
|
||||||
TOPIC_ABOUT_GAME,
|
TOPIC_ABOUT_GAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user