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 /include/event_scripts.h | |
parent | 91099dbd0c451188742bf045a26a036e0e8d9f89 (diff) | |
parent | d58a5decded55eb7311ea2e68a2e2dd24059db4a (diff) |
Merge pull request #232 from GriffinRichards/doc-cinnabar
Document Cinnabar Island scripts
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 54eb2b2a9..b8da8f3e0 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1190,10 +1190,10 @@ extern const u8 EventScript_PC[]; extern const u8 EventScript_RepelWoreOff[]; // battle_message -extern const u8 Text_1A5CF1[]; -extern const u8 Text_1A5D31[]; -extern const u8 Text_1A5D6E[]; -extern const u8 Text_1A5DB1[]; +extern const u8 Text_MonSentToBoxInSomeonesPC[]; +extern const u8 Text_MonSentToBoxInBillsPC[]; +extern const u8 Text_MonSentToBoxSomeonesBoxFull[]; +extern const u8 Text_MonSentToBoxBillsBoxFull[]; extern const u8 EventScript_BagItemCanBeRegistered[]; |