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/menu_helpers.s | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) | |
parent | b249154009efceb5710848a2567fb821d3e7217a (diff) |
Merge pull request #61 from garakmon/parameterized
Parametrized to Parameterized
Diffstat (limited to 'asm/menu_helpers.s')
-rw-r--r-- | asm/menu_helpers.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/menu_helpers.s b/asm/menu_helpers.s index 792bed5cf..69567e0ca 100644 --- a/asm/menu_helpers.s +++ b/asm/menu_helpers.s @@ -57,7 +57,7 @@ _080BF4B8: adds r1, r7, 0 adds r2, r4, 0 adds r3, r5, 0 - bl AddTextPrinterParametrized + bl AddTextPrinterParameterized2 ldr r1, _080BF50C @ =gUnknown_20399CC ldr r0, [sp, 0x34] str r0, [r1] |