diff options
author | garak <garakmon@gmail.com> | 2018-10-17 12:30:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 12:30:45 -0400 |
commit | 7d88b9647f92d099177fc734f32e94fc472f2cbf (patch) | |
tree | 3b3d6ea2a092b2fd482d03145094689a05ec1b92 /include/event_scripts.h | |
parent | ff97873c309e28beec91efe11393c093a08b19d3 (diff) | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) |
Merge branch 'master' into event-flags
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 4f85156aa..5b8b74d8b 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -19,8 +19,8 @@ extern const u8 EventScript_TryDoDoubleTrainerBattle[]; extern const u8 EventScript_271362[]; extern const u8 EventScript_TryDoDoubleRematchBattle[]; extern const u8 EventScript_2713D1[]; -extern const u8 EventScript_2766A2[]; -extern const u8 EventScript_2766A6[]; +extern const u8 EventScript_SecretPower1[]; +extern const u8 EventScript_SecretPower2[]; extern const u8 gTVBravoTrainerText00[]; |