diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-27 16:48:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 16:48:11 -0600 |
commit | 0cdd1cc1daf51cb5f128ff0bf2cd208937419cc7 (patch) | |
tree | 2d338c140b5ea38dcebee8a226e8080e0abb1e4b /include/event_scripts.h | |
parent | 2e2cd59160d8254fbdf7cff25140c43e41aa892a (diff) | |
parent | 7cfe0342f0d56022e882324a06aaf129d621647c (diff) |
Merge pull request #405 from DizzyEggg/frontier_data
Finish frontier data
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index dd0eca12f..058cec39b 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1,7 +1,3 @@ -// -// Created by scott on 9/12/2017. -// - #ifndef GUARD_EVENT_SCRIPTS_H #define GUARD_EVENT_SCRIPTS_H @@ -578,4 +574,9 @@ extern const u8 MossdeepCity_SpaceCenter_2F_EventScript_224175[]; extern const u8 SSTidalCorridor_EventScript_23C050[]; extern const u8 gUnknown_082A8350[]; -#endif //GUARD_EVENT_SCRIPTS_H +// Battle Pyramid. +extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C88[]; +extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F[]; +extern const u8 BattleFrontier_BattlePyramidEmptySquare_EventScript_252C6A[]; + +#endif // GUARD_EVENT_SCRIPTS_H |