mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:59:03 -08:00
move text to be better visible on CRT TVs
This commit is contained in:
parent
df13f93892
commit
b3f622cbee
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ spawn:
|
|||
nop
|
||||
return:
|
||||
// render actor number
|
||||
call simple_text, 0x0001001C, 0x88CCFFFF, fmt, s0
|
||||
call simple_text, 0x000F001B, 0x88CCFFFF, fmt, s0
|
||||
// render actor variable
|
||||
call simple_text, 0x0006001C, 0xFFCC88FF, fmt, s3
|
||||
call simple_text, 0x0014001B, 0xFFCC88FF, fmt, s3
|
||||
// done
|
||||
sh s0, anum
|
||||
sw s1, hold_delay
|
||||
|
|
Loading…
Reference in a new issue