diff options
author | YamaArashi <shadow962@live.com> | 2016-11-04 11:41:08 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-04 11:45:47 -0700 |
commit | 843a058320e49809110367375ae4be1d94ca74e4 (patch) | |
tree | 17447398ee03d5d36496f23dfe8320b5e1dbb334 /src/pokedex.c | |
parent | 51cbe1d8740a3226a38e80ff2318c3f9cf440c28 (diff) |
add functions to syscall.h
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[]; |