diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-12 14:36:40 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-12 14:36:40 -0500 |
commit | 95c56943995bbae7688b581a6b6d084e215827f4 (patch) | |
tree | 1fb53d54a5955e18c5a097667509d1cefb8afa3d /src/starter_choose.c | |
parent | b741c626e72a2c52351fddbbfc536f66183d009f (diff) |
decompile sub_8090750 - sub_8091304
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r-- | src/starter_choose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c index 32b6adf36..0ed8315fc 100644 --- a/src/starter_choose.c +++ b/src/starter_choose.c @@ -483,7 +483,7 @@ static void AddTextColorCtrlCode(u8 *string, u8 bgColor, u8 textColor, u8 shadow static void CreateStarterPokemonLabel(u8 prevSelection, u8 selection) { u8 labelText[72]; - u8 *category; + const u8 *category; u8 srcIndex; u8 dstIndex; u16 species; |