summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-04 11:41:08 -0700
committerYamaArashi <shadow962@live.com>2016-11-04 11:45:47 -0700
commit843a058320e49809110367375ae4be1d94ca74e4 (patch)
tree17447398ee03d5d36496f23dfe8320b5e1dbb334 /src/main_menu.c
parent51cbe1d8740a3226a38e80ff2318c3f9cf440c28 (diff)
add functions to syscall.h
Diffstat (limited to 'src/main_menu.c')
-rw-r--r--src/main_menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c
index 9a5326ea1..966f93f0d 100644
--- a/src/main_menu.c
+++ b/src/main_menu.c
@@ -26,7 +26,6 @@ extern u16 GetPokedexSeenCount(void);
extern u8 GetBadgeCount(void);
extern void DoNamingScreen(u8 r0, struct SaveBlock2 *r1, u16 r2, u16 r3, u8 s0, MainCallback s4);
extern void CB2_NewGame(void);
-extern void LZ77UnCompVram(const void *src, void *dest);
extern void DecompressPicFromTable_2(const struct SpriteSheet *, u8, u8, void *, void *, u32);
extern void LoadCompressedObjectPalette(const struct SpritePalette *);
extern u8 CreateBirchSprite(u8, u8, u8);