Add Fairy Type icon
This commit is contained in:
parent
c3a5001945
commit
cd0934a399
3 changed files with 2 additions and 2 deletions
BIN
graphics/types/fairy.png
Normal file
BIN
graphics/types/fairy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 B |
|
@ -21,7 +21,7 @@ PSSGFXDIR := graphics/pokemon_storage
|
||||||
EVENTOBJGFXDIR := graphics/event_objects
|
EVENTOBJGFXDIR := graphics/event_objects
|
||||||
MISCGFXDIR := graphics/misc
|
MISCGFXDIR := graphics/misc
|
||||||
|
|
||||||
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 fairy
|
||||||
contest_types := cool beauty cute smart tough
|
contest_types := cool beauty cute smart tough
|
||||||
|
|
||||||
$(MONSTILLFRONTGFXDIR)/castform_still_front_pic.4bpp: $(MONSTILLFRONTGFXDIR)/castform_normal_form_still_front_pic.4bpp \
|
$(MONSTILLFRONTGFXDIR)/castform_still_front_pic.4bpp: $(MONSTILLFRONTGFXDIR)/castform_normal_form_still_front_pic.4bpp \
|
||||||
|
|
|
@ -1485,7 +1485,7 @@ const u16 gUnknown_08DD4C4C[] = INCBIN_U16("graphics/link/link_winedge.bin.lz");
|
||||||
|
|
||||||
const u8 gUnknown_08DD4CF8[] = INCBIN_U8("graphics/interface/unk_change_case.4bpp.lz");
|
const u8 gUnknown_08DD4CF8[] = INCBIN_U8("graphics/interface/unk_change_case.4bpp.lz");
|
||||||
|
|
||||||
const u16 gTilesetPalettes_General[][16] =
|
const u16 gTilesetPalettes_General[][16] =
|
||||||
{
|
{
|
||||||
INCBIN_U16("data/tilesets/primary/general/palettes/00.gbapal"),
|
INCBIN_U16("data/tilesets/primary/general/palettes/00.gbapal"),
|
||||||
INCBIN_U16("data/tilesets/primary/general/palettes/01.gbapal"),
|
INCBIN_U16("data/tilesets/primary/general/palettes/01.gbapal"),
|
||||||
|
|
Loading…
Reference in a new issue