diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-26 04:41:13 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-26 04:42:18 -0500 |
commit | 9e5958122011a2d5092db57f07f14fd511fb6f42 (patch) | |
tree | 316c5533951be13d21d8568a936d868a810ae27a /include/event_scripts.h | |
parent | 0064333e4aa1bacb42f840ba67d38a9aced8816e (diff) |
Document object lock and some trainer approach
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 851559724..199686655 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -3,7 +3,7 @@ extern const u8 EventScript_TestSignpostMsg[]; extern const u8 EventScript_TryGetTrainerScript[]; -extern const u8 EventScript_271354[]; +extern const u8 EventScript_StartTrainerApproach[]; extern const u8 EventScript_DoNoIntroTrainerBattle[]; extern const u8 EventScript_TryDoDoubleTrainerBattle[]; extern const u8 EventScript_TryDoNormalTrainerBattle[]; |