mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 15:57:29 -05:00
Remove file that's no longer needed
This commit is contained in:
parent
850d53ca9c
commit
cc68267b0b
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef GUARD_CONSTANTS_POKEMON_ICON_H
|
||||
#define GUARD_CONSTANTS_POKEMON_ICON_H
|
||||
|
||||
//#define POKE_ICON_BASE_PAL_TAG 56000
|
||||
|
||||
#endif // GUARD_CONSTANTS_POKEMON_ICON_H
|
||||
|
|
@ -4,7 +4,6 @@
|
|||
#include "palette.h"
|
||||
#include "pokemon_icon.h"
|
||||
#include "sprite.h"
|
||||
#include "constants/pokemon_icon.h"
|
||||
|
||||
#define INVALID_ICON_SPECIES SPECIES_OLD_UNOWN_J // Oddly specific, used when an icon should be a ?. Any of the 'old unown' would work
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
#include "constants/moves.h"
|
||||
#include "constants/rgb.h"
|
||||
#include "constants/songs.h"
|
||||
#include "constants/pokemon_icon.h"
|
||||
|
||||
/*
|
||||
NOTE: This file is large. Some general groups of functions have
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user