Fix issue with extra garbage after names in tea scene

This commit is contained in:
Lorenzo Carletti 2020-08-16 07:51:43 +02:00
parent 6921f0ce47
commit ac0f5e0497
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pop {r4,pc}
//==============================================================================
//Writes the bigfont letters to RAM
largevwf:
push {r5,lr}
push {r2,r5,lr}
mov r0,r2
ldrb r1,[r4]
add r4,r4,1
@ -21,7 +21,7 @@ ldrb r2,[r2,r1]
bl 0x80B3280 //Print the letter to RAM
@@end:
pop {r5,pc}
pop {r2,r5,pc}
@@name:
mov r5,#0xFC