diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-10-17 20:03:31 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-10-17 20:03:31 -0400 |
commit | 2c6d634acdf7bd22fb7e5c4933ff2e13712d2ec3 (patch) | |
tree | 9d51a6c1c07da6946022fe5867e34300bd71493d /include/event_scripts.h | |
parent | 65a0c48eec7d2184478841d232d1fb3c3350fa37 (diff) | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_party_menu
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[]; |