From f3595e9022cce039ce0861e0b976e2c724c4a2ef Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 4 Jan 2017 19:41:30 -0800 Subject: name function --- asm/pokemon_summary_screen.s | 2 +- src/pokemon_summary_screen.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index bfbafc4be..25144558d 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -4614,7 +4614,7 @@ _0809FD0A: adds r0, r6, 0 movs r1, 0xB movs r2, 0xE - bl sub_80A0708 + bl PokemonSummaryScreen_PrintEggTrainerMemo b _0809FE4C .align 2, 0 _0809FD18: .4byte gOtherText_EggLongTime diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 7ac26fc72..b6b24b9d7 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -57,7 +57,7 @@ bool8 PokemonSummaryScreen_CheckOT(struct Pokemon *mon) return FALSE; } -void sub_80A0708(struct Pokemon *mon, u8 left, u8 top) +void PokemonSummaryScreen_PrintEggTrainerMemo(struct Pokemon *mon, u8 left, u8 top) { u8 locationMet; u8 gameMet = GetMonData(mon, MON_DATA_MET_GAME); -- cgit v1.2.3