diff options
| author | hatschky <thirdgeek@arceus.local> | 2017-01-16 21:11:34 +0000 |
|---|---|---|
| committer | hatschky <thirdgeek@arceus.local> | 2017-01-16 21:11:34 +0000 |
| commit | f0209d6ed6a0cd0e759dff49bdfe4d8171229c29 (patch) | |
| tree | 26d81826153724ccaa1bb3ed268527e6cd29d765 /engine/breeding | |
| parent | 5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff) | |
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'engine/breeding')
| -rwxr-xr-x | engine/breeding/egg.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/breeding/egg.asm b/engine/breeding/egg.asm index fa499c071..326faaa6c 100755 --- a/engine/breeding/egg.asm +++ b/engine/breeding/egg.asm @@ -232,7 +232,7 @@ HatchEggs: ; 16f70 (5:6f70) push de callba SetEggMonCaughtData - callba MobileFn_10608d + callba TrainerRankings_EggsHatched ld a, [CurPartyMon] ld hl, PartyMons ; wdcdf (aliases: PartyMon1, PartyMon1Species) ld bc, PARTYMON_STRUCT_LENGTH |
