diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-22 18:17:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-22 18:17:52 -0600 |
commit | 36c7b5f1831088d094928d69772cae43ed6f4c2f (patch) | |
tree | 00c5646fc6c2b206836f71143bf7441de2c98433 /include/event_scripts.h | |
parent | ebbe826133661d3faabc17f9167fa565b405514a (diff) | |
parent | adb4927504784f101a327c07425a7d05d00c2602 (diff) |
Merge pull request #467 from DizzyEggg/nonmatchings
Match some functions
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 2661494d3..3dcb7f929 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -579,4 +579,9 @@ extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C88[]; extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F[]; extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C6A[]; +// fldeff misc +extern const u8 EventScript_275A86[]; +extern const u8 EventScript_275ADF[]; +extern const u8 EventScript_275B38[]; + #endif // GUARD_EVENT_SCRIPTS_H |