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 //Prints a digit to the dialogue window
d37ec_print_number: d37ec_print_number:
push {lr} push {lr}
bl decode_character bl decode_character
mov r1,r5 mov r1,r5
bl print_character_to_window bl print_character_to_window
pop {pc} pop {pc}