diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-08 23:38:30 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-08 23:38:30 +0200 |
commit | 2f59df03ab8dbd5d9edb28b5680cc668aafc6684 (patch) | |
tree | 6fc3f236ec9aa4ccb577d368b704f293984c80d3 /asm/easy_chat.s | |
parent | 1616c254d21b216ecf652461a0cb0b7772450651 (diff) |
Standartize AddTextPrinterParametrized functions,
Diffstat (limited to 'asm/easy_chat.s')
-rw-r--r-- | asm/easy_chat.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/easy_chat.s b/asm/easy_chat.s index ffe8e171b..e99c885cc 100644 --- a/asm/easy_chat.s +++ b/asm/easy_chat.s @@ -4644,7 +4644,7 @@ sub_811D028: @ 811D028 str r4, [sp] str r5, [sp, 0x4] str r6, [sp, 0x8] - bl PrintTextOnWindow + bl AddTextPrinterParameterized add sp, 0xC pop {r4-r6} pop {r0} |