Improve indentation
This commit is contained in:
parent
9f5444765b
commit
364d672bc1
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue