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/battle_interface.s | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
Parametrized to Parameterized
Diffstat (limited to 'asm/battle_interface.s')
-rw-r--r-- | asm/battle_interface.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_interface.s b/asm/battle_interface.s index 8e109b6d6..12b48a1ff 100644 --- a/asm/battle_interface.s +++ b/asm/battle_interface.s @@ -5559,7 +5559,7 @@ AddTextPrinterAndCreateWindowOnHealthbox: @ 804A648 movs r1, 0 adds r2, r6, 0 mov r3, r8 - bl AddTextPrinterParametrized2 + bl AddTextPrinterParameterized2 mov r0, r10 str r4, [r0] adds r0, r5, 0 |