Generalize name of party slot without HP
This commit is contained in:
@@ -572,12 +572,12 @@ static const struct WindowTemplate sUnusedWindowTemplate2 =
|
||||
};
|
||||
|
||||
// Plain tilemaps for party menu slots.
|
||||
// The difference between the egg and regular versions is the lack of an HP bar.
|
||||
// The versions with no HP bar are used by eggs, and in certain displays like registering at a battle facility.
|
||||
// There is no empty version of the main slot because it shouldn't ever be empty.
|
||||
static const u8 sSlotTilemap_Main[] = INCBIN_U8("graphics/party_menu/slot_main.bin");
|
||||
static const u8 sSlotTilemap_MainEgg[] = INCBIN_U8("graphics/party_menu/slot_main_egg.bin");
|
||||
static const u8 sSlotTilemap_MainNoHP[] = INCBIN_U8("graphics/party_menu/slot_main_no_hp.bin");
|
||||
static const u8 sSlotTilemap_Wide[] = INCBIN_U8("graphics/party_menu/slot_wide.bin");
|
||||
static const u8 sSlotTilemap_WideEgg[] = INCBIN_U8("graphics/party_menu/slot_wide_egg.bin");
|
||||
static const u8 sSlotTilemap_WideNoHP[] = INCBIN_U8("graphics/party_menu/slot_wide_no_hp.bin");
|
||||
static const u8 sSlotTilemap_WideEmpty[] = INCBIN_U8("graphics/party_menu/slot_wide_empty.bin");
|
||||
|
||||
// Palette offsets
|
||||
|
||||
Reference in New Issue
Block a user