summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-02 04:59:52 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-07-02 05:05:13 -0400
commit1ce929157f6e6825b54ce39d73a41374534998c6 (patch)
tree79b27c9e1eeac44bdd0985cedb41809790cfd2b2 /include/event_scripts.h
parent8589e138a82b74bbfdaec6008cb389e5d5e8cce8 (diff)
Clean up field effect doc
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index 8495b7ee1..3c4380108 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -372,10 +372,11 @@ extern const u8 SecretBase_Text_Trainer8Defeated[];
extern const u8 SecretBase_Text_Trainer9Defeated[];
//field effects
-extern const u8 EventScript_FldEffStrength[];
+extern const u8 EventScript_UseStrength[];
extern const u8 EventScript_FailSweetScent[];
-extern const u8 EventScript_FldEffFlash[];
-extern const u8 EventScript_RockSmashFromPartyMenu[];
+extern const u8 EventScript_UseFlash[];
+extern const u8 EventScript_UseCut[];
+extern const u8 EventScript_UseRockSmash[];
//player pc
extern const u8 LittlerootTown_BrendansHouse_2F_EventScript_TurnOffPlayerPC[];