diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 18:00:47 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-06 18:00:47 -0400 |
| commit | 0394317ae4c8d055850b9e20d2cef250458a4032 (patch) | |
| tree | 94ec0f379c1071812b42bbfe683da6dbfa588ac0 /asm | |
| parent | c78101535b72b39cb58295e019c36d2de6b2c1da (diff) | |
| parent | c05ca373e096d557d869268e72f391f8aa113e1f (diff) | |
Merge branch 'various_documentation' of github.com:PikalaxALT/pokefirered into various_documentation
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/pokemon_summary_screen.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index 1013bd8fd..85939565c 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -5791,7 +5791,7 @@ _081375B2: add r4, sp, 0x1C adds r0, r4, 0 adds r1, r5, 0 - bl sub_80C4E08 + bl GetMapNameGeneric_ b _08137626 .align 2, 0 _081375E8: .4byte gUnknown_203B140 @@ -6067,7 +6067,7 @@ _08137830: add r4, sp, 0x1C adds r0, r4, 0 adds r1, r5, 0 - bl sub_80C4E08 + bl GetMapNameGeneric_ b _08137850 _08137846: add r4, sp, 0x1C |
