diff options
author | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
commit | e73ce5317dfc243474faa9187181ed323faf4ed5 (patch) | |
tree | 0cd6bbf911806e3a042a757b36351a6a61370f64 /asm/menu.s | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
Parametrized to Parameterized
Diffstat (limited to 'asm/menu.s')
-rw-r--r-- | asm/menu.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/menu.s b/asm/menu.s index 6341c2c32..a4f72fd80 100644 --- a/asm/menu.s +++ b/asm/menu.s @@ -1132,7 +1132,7 @@ _0810F6CE: movs r1, 0x1 movs r2, 0x4 movs r3, 0x1 - bl AddTextPrinterParametrized2 + bl AddTextPrinterParameterized2 cmp r7, 0 beq _0810F6F6 ldrb r0, [r6] |