Unify pokedex_screen rodata
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
#include "pokedex_screen.h"
|
||||
#include "constants/species.h"
|
||||
|
||||
ALIGNED(4) static const u8 gExpandedPlaceholder_PokedexDescription[] = _("");
|
||||
|
||||
#include "data/pokemon/pokedex_text.h"
|
||||
#include "data/pokemon/pokedex_entries.h"
|
||||
|
||||
const u8 *sub_8088E20(u16 dexNum)
|
||||
{
|
||||
return gPokedexEntries[dexNum].categoryName;
|
||||
|
||||
Reference in New Issue
Block a user