diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:41:20 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:41:20 -0500 |
commit | c8f941f5e3604c8cf1929d30890f935e2a47c450 (patch) | |
tree | 5d95938d565b943c44197e4be9afadef77140f9b /include | |
parent | 8c5d8a550780ec370f340ad2537c5ec418740839 (diff) |
make it build again
Diffstat (limited to 'include')
-rw-r--r-- | include/pokedex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 5b7a24c4c..080686546 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -5,7 +5,6 @@ void ResetPokedex(void); void sub_808C0A0(void); -void sub_808C0B8(void); void CB2_InitPokedex(void); void MainCB(void); void Task_PokedexShowMainScreen(u8 taskId); |