EP battle names print src

This commit is contained in:
sShemet
2026-01-24 20:45:30 +05:00
parent a9fc3e5424
commit 80a561dbd4
9 changed files with 215 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
make_char_line_in_scratch:
addiu sp, sp,-0x18
sw ra, 0x10(sp)
sw s3, 0x10(sp)
sw t5, 0x14(sp)
move t5, a0 //char num
@@ -230,7 +230,7 @@ shadow_row_loop:
NotShadow:
lw t5,0x14(sp)
lw ra,0x10(sp) //Restore stack and exit
lw s3,0x10(sp) //Restore stack and exit
move v0, s1
jr ra
addiu sp, sp, 0x18