summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-01-05 22:50:45 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-01-05 19:50:45 -0800
commit94fb9ab2a9ed111c72a80693d8f29ea4bc531898 (patch)
tree52132446f6fd434cf710b54da5d41a9c0130f437 /src/wild_encounter.c
parent8be8af5dbe3d100a395be8e2bb441f1b983978d6 (diff)
more labels (#165)
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r--src/wild_encounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c
index 48e0c1d1c..8e983c300 100644
--- a/src/wild_encounter.c
+++ b/src/wild_encounter.c
@@ -596,7 +596,7 @@ void FishingWildEncounter(u8 rod)
gWildMonHeaders[GetCurrentMapWildMonHeader()].fishingMonsInfo,
rod);
}
- sav12_xor_increment(12);
+ IncrementGameStat(12);
sub_80BEA50(species);
CheckForSafariZoneAndProceed();
}