diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 18:25:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 18:25:20 -0400 |
commit | d30e2597a05d2a887dca2ca3ef2ca000701dfd63 (patch) | |
tree | 951d7c680e326a4db91bb947eec22dc24f7da341 /src/pokemon_storage_system_6.c | |
parent | c996ca85bc4d3bd62e2b6d2a37809c4f5c46b2e1 (diff) |
pss 9; static symbols
Diffstat (limited to 'src/pokemon_storage_system_6.c')
-rw-r--r-- | src/pokemon_storage_system_6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system_6.c b/src/pokemon_storage_system_6.c index a92fe6891..a8cca28d5 100644 --- a/src/pokemon_storage_system_6.c +++ b/src/pokemon_storage_system_6.c @@ -15,7 +15,7 @@ void InitMenu(void) sPSSData->menuWindow.baseBlock = 92; } -const u8 *const sMenuTexts[] = { +static const u8 *const sMenuTexts[] = { [PC_TEXT_CANCEL] = gPCText_Cancel, [PC_TEXT_STORE] = gPCText_Store, [PC_TEXT_WITHDRAW] = gPCText_Withdraw, |