diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-26 10:30:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 10:30:42 -0400 |
commit | f10d7d01c598872043caaa8b19e2cf6f452c7d5d (patch) | |
tree | ba22ac09546c2f323f7d45a70b5665c629c6d46b /include/event_scripts.h | |
parent | 1f569f0136952135a0e17fe22cf180c0e87dd007 (diff) | |
parent | 680e03618a6cc7da3072eef6caa02c2fc682065a (diff) |
Merge pull request #133 from PikalaxALT/script_menu
Script menu
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 500dd8069..c0f0300b1 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1177,4 +1177,13 @@ extern const u8 gText_SavingDontTurnOffThePower[]; extern const u8 gText_PlayerSavedTheGame[]; extern const u8 gText_DifferentGameFile[]; +// script_menu +extern const u8 EventScript_1A7AE0[]; +extern const u8 Text_1BC388[]; +extern const u8 Text_1BC3C7[]; +extern const u8 Text_1BCB42[]; +extern const u8 Text_1BCA95[]; +extern const u8 Text_1BCACB[]; +extern const u8 Text_1BCAF2[]; + #endif //GUARD_EVENT_SCRIPTS_H |