diff options
author | YamaArashi <shadow962@live.com> | 2017-01-04 19:41:30 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-04 19:41:30 -0800 |
commit | f3595e9022cce039ce0861e0b976e2c724c4a2ef (patch) | |
tree | 74d5df71fed0c837f70b42bb72b4a67204ca2c5f | |
parent | ef6bf02e7039a8e6f3b249ca3491987c42ca2d46 (diff) |
name function
-rw-r--r-- | asm/pokemon_summary_screen.s | 2 | ||||
-rw-r--r-- | 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); |