diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-08-14 23:38:42 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-08-14 23:38:42 -0400 |
commit | ecf2097abb1481109578b7b8260fd40606f27abe (patch) | |
tree | d7b607d12674491bdbe323cd830ad77af7622db6 /include/event_scripts.h | |
parent | ca8048c300f7df74e46ade85b1a7f3adbf34522a (diff) |
initial event_scripts documentation
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 fc0b3cde0..0cb09f9e1 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1,8 +1,8 @@ #ifndef GUARD_EVENT_SCRIPTS_H #define GUARD_EVENT_SCRIPTS_H -extern const u8 gUnknown_0823B4E8[]; -extern const u8 gUnknown_0823B5E9[]; +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[]; |