diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 14:08:46 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 14:08:46 -0500 |
commit | 3101657e97003443bc89daf3e2f9482ad1ff900a (patch) | |
tree | 34d92c21019273c9870014fd12f0091a153a1289 /include/event_scripts.h | |
parent | ad643af58a946dc466d55a2c2e2c5c467286620a (diff) |
Sync pc_transfer
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 b5e355484..111a3cccc 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1190,9 +1190,9 @@ 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[]; #endif //GUARD_EVENT_SCRIPTS_H |