diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-06 06:26:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 06:26:27 -0400 |
commit | 6ecd9dd943a22f7f090f3b272dbc8a6e04039199 (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /asm | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) | |
parent | 93d17ef7c886b96791931ba50406b59756e1bdbd (diff) |
Merge pull request #318 from GriffinRichards/doc-rm
Document region map
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 |