summaryrefslogtreecommitdiff
path: root/src/rom6.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-21 13:53:32 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-21 13:53:32 -0600
commit11a9371349e1743a18dce28cc60b69dd6a29b665 (patch)
treee696d1fda7556af8b5234eae833ea2fd146fc75d /src/rom6.c
parent7383117626ebb2b3d993e5ad8855da5752c9cce8 (diff)
parent68a402883f780a61f54c2f0c8740429d0b2b3a81 (diff)
resolve merge conflicts and make it compile
Diffstat (limited to 'src/rom6.c')
-rw-r--r--src/rom6.c2
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;
}