1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 13:23:23 -07:00

move text to be better visible on CRT TVs

This commit is contained in:
Connor Olding 2018-07-01 18:36:05 +02:00
parent df13f93892
commit b3f622cbee

View File

@ -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