Improve indentation

This commit is contained in:
Lorenzooone 2019-08-19 01:48:29 +02:00
parent 9f5444765b
commit 364d672bc1
1 changed files with 5 additions and 5 deletions

View File

@ -2059,8 +2059,8 @@ pop {pc}
//==============================================================================
//Prints a digit to the dialogue window
d37ec_print_number:
push {lr}
bl decode_character
mov r1,r5
bl print_character_to_window
pop {pc}
push {lr}
bl decode_character
mov r1,r5
bl print_character_to_window
pop {pc}