diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-05 20:30:45 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-05 20:30:45 -0400 |
commit | a622448029e7849361d2aabcd2138ed0de207dd1 (patch) | |
tree | 842f425bb07344616c35a014f57086da6dd50777 /include/battle.h | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) |
More quest log documentation amid other stuff
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index c9534745d..aac94da7b 100644 --- a/include/battle.h +++ b/include/battle.h @@ -33,7 +33,7 @@ #define B_ACTION_RUN 3 #define B_ACTION_SAFARI_WATCH_CAREFULLY 4 #define B_ACTION_SAFARI_BALL 5 -#define B_ACTION_SAFARI_POKEBLOCK 6 +#define B_ACTION_SAFARI_BAIT 6 #define B_ACTION_SAFARI_GO_NEAR 7 #define B_ACTION_SAFARI_RUN 8 #define B_ACTION_OLDMAN_THROW 9 |