diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-06 15:16:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-06 15:16:23 -0400 |
commit | 1f113498c9405494b4f34da0682deb06304ddfbe (patch) | |
tree | 9dd181609e0043288bbc3e7168d359dd304dbc88 /asm | |
parent | b2e8e023646ad3a21bc3b5fd10fb392a980c4efe (diff) | |
parent | 6ecd9dd943a22f7f090f3b272dbc8a6e04039199 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
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 |