diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:37:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:37:37 -0500 |
commit | c75296640d9c42897eecf229bc7fc294f60a65eb (patch) | |
tree | ece62ff0dfbe903b144a1f4987367fe113497541 /include/event_scripts.h | |
parent | 407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (diff) | |
parent | 2908c9fa954b2e4b6afa70f3686853ea69cf8569 (diff) |
Merge pull request #235 from GriffinRichards/doc-miscscript
Document some misc small scripts
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index a597868b9..499ca3cfe 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1162,7 +1162,7 @@ extern const u8 EventScript_TryDoNormalTrainerBattle[]; extern const u8 EventScript_TryDoDoubleRematchBattle[]; extern const u8 EventScript_TryDoRematchBattle[]; extern const u8 gUnknown_81A4EB4[]; -extern const u8 EventScript_1C555B[]; +extern const u8 Test_EventScript_Sign[]; // new_game extern const u8 EventScript_ResetAllMapFlags[]; |