summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-04-05 16:11:24 -0500
committerhuderlem <huderlem@gmail.com>2019-04-05 16:24:57 -0500
commit033580da9623d6519c35efcb3594552d3389772d (patch)
tree8e054f7f825798578269284c96b14bf2df4b640f /include/event_scripts.h
parent9a11764b5208a71d346f14eb61703588bd210116 (diff)
Document secret base
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index bf7084326..d35bf962d 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -15,8 +15,8 @@ extern const u8 EventScript_TryDoDoubleTrainerBattle[];
extern const u8 EventScript_TryDoNormalTrainerBattle[];
extern const u8 EventScript_TryDoDoubleRematchBattle[];
extern const u8 EventScript_TryDoRematchBattle[];
-extern const u8 EventScript_SecretPower1[];
-extern const u8 EventScript_SecretPower2[];
+extern const u8 SecretBase_EventScript_DollInteract[];
+extern const u8 SecretBase_EventScript_CushionInteract[];
extern const u8 gTVBravoTrainerText00[];
@@ -528,8 +528,6 @@ extern const u8 EventScript_PlayerPCMale[];
extern const u8 EventScript_PlayerPCFemale[];
extern const u8 EventScript_SecretBasePC[];
extern const u8 EventScript_RecordMixingSecretBasePC[];
-extern const u8 EventScript_SecretPower1[];
-extern const u8 EventScript_SecretPower2[];
extern const u8 EventScript_PC[];
extern const u8 EventScript_TestSignpostMsg[];
extern const u8 EventScript_HiddenItemScript[];