diff options
Diffstat (limited to 'src/rom6.c')
-rw-r--r-- | src/rom6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom6.c b/src/rom6.c index b23f1c15a..06e84cc0f 100644 --- a/src/rom6.c +++ b/src/rom6.c @@ -158,7 +158,7 @@ int FldEff_RockSmash(void) gTasks[taskId].data[8] = (u32)sub_810B58C >> 16; gTasks[taskId].data[9] = (u32)sub_810B58C; - IncrementGameStat(0x13); + IncrementGameStat(GAME_STAT_USED_ROCK_SMASH); return 0; } |