diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-20 15:17:34 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-20 15:17:34 -0500 |
commit | 2908c9fa954b2e4b6afa70f3686853ea69cf8569 (patch) | |
tree | abdbf13b7663f124f92cafa5dcbb4534abcc338d /include/event_scripts.h | |
parent | 055e5d2bbff31a98bcdffec0d7392e7ce77bcd46 (diff) |
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 b5e355484..c826fabae 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[]; |