summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-11 13:32:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-11 13:32:30 -0400
commit3aeb294572174d1f927286d507d15cda04e58601 (patch)
tree05df00aa454eb4d3f15df49145b6266a37428006 /include/pokemon.h
parentd2b0f36b7daa93d0708f19db347ad2befe2a4f07 (diff)
Port pokemon_storage_2 from emerald
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index be0a35877..3cefcfcf2 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -126,7 +126,7 @@ struct PokemonStorage
{
/*0x0000*/ u8 currentBox;
/*0x0001*/ struct BoxPokemon boxes[14][30];
- /*0x8344*/ u8 boxNames[14][9];
+ /*0x8344*/ u8 boxNames[14][BOX_NAME_LENGTH + 1];
/*0x83C2*/ u8 boxWallpapers[14];
};