diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-05 16:16:21 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-05 16:16:21 -0400 |
commit | 8c6b5648d4186022e674e5782aad01d3e8dd32e6 (patch) | |
tree | f7a8fc114c967c62eea64ca9d70b830e14ac8b27 /include/event_scripts.h | |
parent | 1d703e786bd56bc33fe3cc3ff672e7d31d74319d (diff) |
document secret_base_1.inc
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 0cb09f9e1..9b294f7cd 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1,8 +1,6 @@ #ifndef GUARD_EVENT_SCRIPTS_H #define GUARD_EVENT_SCRIPTS_H -extern const u8 EventScript_SecretBasePCCancel[]; -extern const u8 EventScript_SecretBasePCStart[]; extern const u8 EventScript_TestSignpostMsg[]; extern const u8 EventScript_TryGetTrainerScript[]; extern const u8 EventScript_275BB7[]; @@ -15,8 +13,6 @@ extern const u8 EventScript_TryDoDoubleTrainerBattle[]; extern const u8 EventScript_TryDoNormalTrainerBattle[]; extern const u8 EventScript_TryDoDoubleRematchBattle[]; extern const u8 EventScript_TryDoRematchBattle[]; -extern const u8 SecretBase_EventScript_DollInteract[]; -extern const u8 SecretBase_EventScript_CushionInteract[]; extern const u8 BerryTreeScript[]; @@ -527,8 +523,6 @@ extern const u8 MauvilleCity_PokemonCenter_1F_Text_2900CB[]; extern const u8 EventScript_PlayerPCMale[]; extern const u8 EventScript_PlayerPCFemale[]; -extern const u8 EventScript_SecretBasePC[]; -extern const u8 EventScript_RecordMixingSecretBasePC[]; extern const u8 EventScript_PC[]; extern const u8 EventScript_TestSignpostMsg[]; extern const u8 EventScript_HiddenItemScript[]; @@ -552,8 +546,16 @@ extern const u8 EventScript_WirelessBoxResults[]; extern const u8 EventScript_CableBoxResults[]; extern const u8 EventScript_Questionnaire[]; extern const u8 EventScript_TrainerHillTimer[]; -extern const u8 EventScript_SecretBaseSandOrnament[]; -extern const u8 EventScript_SecretBaseShieldOrToyTV[]; + +extern const u8 SecretBase_EventScript_PC[]; +extern const u8 SecretBase_EventScript_RecordMixingPC[]; +extern const u8 SecretBase_EventScript_PCCancel[]; +extern const u8 SecretBase_EventScript_ShowRegisterMenu[]; +extern const u8 SecretBase_EventScript_SandOrnament[]; +extern const u8 SecretBase_EventScript_ShieldOrToyTV[]; +extern const u8 SecretBase_EventScript_DollInteract[]; +extern const u8 SecretBase_EventScript_CushionInteract[]; + extern const u8 EventScript_UseSurf[]; extern const u8 EventScript_UseWaterfall[]; extern const u8 EventScript_CannotUseWaterfall[]; |