diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 03:07:53 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 03:07:53 -0700 |
commit | e9e147fe7d075ddfb1467dc91f3f1a0dd4adf99b (patch) | |
tree | ce510a42d54927dc58c735f35e7d70543ec0ea31 /src/pokedex.c | |
parent | 92e63e2577ecf03539f486f40d7f6d563c607d11 (diff) |
rename more functions
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index ded629987..ae4aafbf2 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -1139,7 +1139,7 @@ u8 sub_808DFE4(u16 a, u8 b, u8 c) for(i = 0; i < 10; i++) text[i] = 0xAE; } - sub_80729D8(text, (b - 0x11) * 8 + 0xFC, c * 8, 0); + MenuPrint_PixelCoords(text, (b - 0x11) * 8 + 0xFC, c * 8, 0); } #else __attribute__((naked)) @@ -1228,7 +1228,7 @@ _0808E070:\n\ lsrs r2, r6, 16\n\ mov r0, sp\n\ movs r3, 0\n\ - bl sub_80729D8\n\ + bl MenuPrint_PixelCoords\n\ adds r0, r4, 0\n\ add sp, 0xC\n\ pop {r4-r6}\n\ |