diff options
| author | Garak <garakmon@gmail.com> | 2018-08-07 22:21:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-07 22:21:10 -0400 |
| commit | 96ab357bedfb7d4e07a52b518e2bd02375b1f5f5 (patch) | |
| tree | 92c8775f554e682a05c5995c7baa2d130ebd8aa3 /data/battle_scripts_2.s | |
| parent | 1ab872c68e951837b6925dbbdf25c4e8d0b63c82 (diff) | |
| parent | 85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff) | |
Merge pull request #3 from pret/master
syncing with source repo
Diffstat (limited to 'data/battle_scripts_2.s')
| -rw-r--r-- | data/battle_scripts_2.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/battle_scripts_2.s b/data/battle_scripts_2.s index 1fbaa9536..485847ed1 100644 --- a/data/battle_scripts_2.s +++ b/data/battle_scripts_2.s @@ -4,6 +4,7 @@ #include "constants/battle_string_ids.h" #include "constants/items.h" #include "constants/songs.h" +#include "constants/game_stat.h" .include "asm/macros.inc" .include "asm/macros/battle_script.inc" .include "constants/constants.inc" @@ -62,7 +63,7 @@ BattleScript_SafariBallThrow:: BattleScript_SuccessBallThrow:: jumpifhalfword CMP_EQUAL, gLastUsedItem, ITEM_SAFARI_BALL, BattleScript_PrintCaughtMonInfo - incrementgamestat 0xB + incrementgamestat GAME_STAT_POKEMON_CAPTURES BattleScript_PrintCaughtMonInfo:: printstring STRINGID_GOTCHAPKMNCAUGHT trysetcaughtmondexflags BattleScript_TryNicknameCaughtMon |
