diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-23 10:24:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 10:24:11 -0500 |
commit | a01d83a4341cd0cdad01fe2d0b96920301257f2a (patch) | |
tree | ac4f4ce6086d4664ea49d515759a8044ecd1d973 /include/event_scripts.h | |
parent | e7cd8c59f4ca0f6c56a3b3782c21e896c203694e (diff) | |
parent | 91099dbd0c451188742bf045a26a036e0e8d9f89 (diff) |
Merge branch 'master' into sync-ai
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index b5e355484..54eb2b2a9 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1148,10 +1148,10 @@ extern const u8 EventScript_FldEffStrength[]; extern const u8 EventScript_FailSweetScent[]; extern const u8 EventScript_FldEffRockSmash[]; -extern const u8 EventScript_SafariTimesUp[]; -extern const u8 EventScript_SafariRetire[]; -extern const u8 EventScript_SafariWarpOut[]; -extern const u8 EventScript_SafariOutOfBalls[]; +extern const u8 SafariZone_EventScript_TimesUp[]; +extern const u8 SafariZone_EventScript_RetirePrompt[]; +extern const u8 SafariZone_EventScript_OutOfBallsMidBattle[]; +extern const u8 SafariZone_EventScript_OutOfBalls[]; extern const u8 EventScript_ItemfinderDigUpUnderfootItem[]; @@ -1162,7 +1162,7 @@ extern const u8 EventScript_TryDoNormalTrainerBattle[]; extern const u8 EventScript_TryDoDoubleRematchBattle[]; extern const u8 EventScript_TryDoRematchBattle[]; extern const u8 gUnknown_81A4EB4[]; -extern const u8 EventScript_1C555B[]; +extern const u8 Test_EventScript_Sign[]; // new_game extern const u8 EventScript_ResetAllMapFlags[]; @@ -1195,4 +1195,6 @@ extern const u8 Text_1A5D31[]; extern const u8 Text_1A5D6E[]; extern const u8 Text_1A5DB1[]; +extern const u8 EventScript_BagItemCanBeRegistered[]; + #endif //GUARD_EVENT_SCRIPTS_H |