Document some of pokedex.c

This commit is contained in:
Slawter666
2018-12-03 14:58:25 +00:00
parent 7914220acd
commit 715fbb379e
4 changed files with 487 additions and 485 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ extern u8 gUnknown_03005DB4;
extern void sub_80AF688(void);
extern void var_800D_set_xB(void);
extern void sub_808B864(void);
extern void sub_80BB534(void);
extern void CB2_Pokedex(void);
extern void play_some_sound(void);
extern void CB2_PartyMenuFromStartMenu(void);
extern void CB2_PokeNav(void);
@@ -624,7 +624,7 @@ static bool8 StartMenuPokedexCallback(void)
play_some_sound();
RemoveExtraStartMenuWindows();
overworld_free_bg_tilemaps();
SetMainCallback2(sub_80BB534); // Display pokedex
SetMainCallback2(CB2_Pokedex);
return TRUE;
}