diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 13:52:16 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 13:52:16 -0500 |
commit | dd5f3c3c3d8c0b9ee3229f408e2d30d60f5b3306 (patch) | |
tree | 8217f42381f083a291d1ffa96dad9071232616ab /include/event_scripts.h | |
parent | 40af0d130236cccd5127c2f175006168466b405d (diff) |
Add missing script labels
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index bd93bbb0b..9708a5412 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -379,9 +379,9 @@ extern const u8 gText_LtSurge[]; extern const u8 gText_Koga[]; extern const u8 gText_PokemonCenter[]; // vs_seeker -extern const u8 gUnknown_81C137C[]; -extern const u8 gUnknown_81C13D6[]; -extern const u8 gUnknown_81C1429[]; +extern const u8 VSSeeker_Text_BatteryNotChargedNeedXSteps[]; +extern const u8 VSSeeker_Text_NoTrainersWithinRange[]; +extern const u8 VSSeeker_Text_TrainersNotReady[]; // fame_checker |