diff options
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 876e1d737..8dfc4212c 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -162,7 +162,6 @@ extern u8 sub_8091E3C(void); extern void sub_80690C8(void); extern void sub_805469C(void); extern void LoadCompressedObjectPic(void *); -extern void LZ77UnCompVram(const void *, void *); extern u16 HoennToNationalOrder(u16); extern u16 NationalToHoennOrder(u16); extern u16 gPokedexOrder_Alphabetical[]; |