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/naming_screen.s | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
Parametrized to Parameterized
Diffstat (limited to 'asm/naming_screen.s')
-rw-r--r-- | asm/naming_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/naming_screen.s b/asm/naming_screen.s index 01217d92f..23bd7ca5d 100644 --- a/asm/naming_screen.s +++ b/asm/naming_screen.s @@ -980,7 +980,7 @@ _0809E156: movs r0, 0 movs r1, 0x2 adds r2, r4, 0 - bl AddTextPrinterParametrized + bl AddTextPrinterParameterized3 movs r0, 0 movs r1, 0x3 bl CopyWindowToVram |