mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -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
|
nop
|
||||||
return:
|
return:
|
||||||
// render actor number
|
// render actor number
|
||||||
call simple_text, 0x0001001C, 0x88CCFFFF, fmt, s0
|
call simple_text, 0x000F001B, 0x88CCFFFF, fmt, s0
|
||||||
// render actor variable
|
// render actor variable
|
||||||
call simple_text, 0x0006001C, 0xFFCC88FF, fmt, s3
|
call simple_text, 0x0014001B, 0xFFCC88FF, fmt, s3
|
||||||
// done
|
// done
|
||||||
sh s0, anum
|
sh s0, anum
|
||||||
sw s1, hold_delay
|
sw s1, hold_delay
|
||||||
|
|
Loading…
Add table
Reference in a new issue