diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-23 15:31:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 15:31:48 -0500 |
commit | 5435bc4325407969b00dba8c9623fbb4f02d8cd1 (patch) | |
tree | 9906c30dba2c749fd5899e6d54280caff825e537 /src | |
parent | 91099dbd0c451188742bf045a26a036e0e8d9f89 (diff) | |
parent | d58a5decded55eb7311ea2e68a2e2dd24059db4a (diff) |
Merge pull request #232 from GriffinRichards/doc-cinnabar
Document Cinnabar Island scripts
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_message.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 5bc0f113f..dd43e4bd5 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -872,10 +872,10 @@ const u8 *const gBattleStringsTable[] = { gUnknown_83FDDEB, gUnknown_83FB484, gUnknown_83FB4BE, - Text_1A5CF1, - Text_1A5D31, - Text_1A5D6E, - Text_1A5DB1, + Text_MonSentToBoxInSomeonesPC, + Text_MonSentToBoxInBillsPC, + Text_MonSentToBoxSomeonesBoxFull, + Text_MonSentToBoxBillsBoxFull, sText_PokedudeUsedItem, gUnknown_83FDA4D, gUnknown_83FDA7A, |