Fix issue with extra garbage after names in tea scene
This commit is contained in:
parent
6921f0ce47
commit
ac0f5e0497
|
@ -10,7 +10,7 @@ pop {r4,pc}
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
//Writes the bigfont letters to RAM
|
//Writes the bigfont letters to RAM
|
||||||
largevwf:
|
largevwf:
|
||||||
push {r5,lr}
|
push {r2,r5,lr}
|
||||||
mov r0,r2
|
mov r0,r2
|
||||||
ldrb r1,[r4]
|
ldrb r1,[r4]
|
||||||
add r4,r4,1
|
add r4,r4,1
|
||||||
|
@ -21,7 +21,7 @@ ldrb r2,[r2,r1]
|
||||||
bl 0x80B3280 //Print the letter to RAM
|
bl 0x80B3280 //Print the letter to RAM
|
||||||
|
|
||||||
@@end:
|
@@end:
|
||||||
pop {r5,pc}
|
pop {r2,r5,pc}
|
||||||
|
|
||||||
@@name:
|
@@name:
|
||||||
mov r5,#0xFC
|
mov r5,#0xFC
|
||||||
|
|
Loading…
Reference in New Issue