diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-01 12:21:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 12:21:52 -0400 |
commit | 405a4352c32b6fc33c0222fc9d526cc2cb8f7252 (patch) | |
tree | 420ea16d829bc67399154844501e1208520e7092 /asm/link_rfu.s | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) | |
parent | b249154009efceb5710848a2567fb821d3e7217a (diff) |
Merge pull request #61 from garakmon/parameterized
Parametrized to Parameterized
Diffstat (limited to 'asm/link_rfu.s')
-rw-r--r-- | asm/link_rfu.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/link_rfu.s b/asm/link_rfu.s index 0e1a79b65..81ecfaa4a 100644 --- a/asm/link_rfu.s +++ b/asm/link_rfu.s @@ -7823,7 +7823,7 @@ _08100E0A: str r0, [sp, 0x8] mov r0, r12 adds r2, r7, 0 - bl box_print + bl AddTextPrinterParameterized3 add sp, 0x10 pop {r3,r4} mov r8, r3 |