From b3f622cbee1e696cbabb61d53f1a0dcd59ae2c6e Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 1 Jul 2018 18:36:05 +0200 Subject: [PATCH] move text to be better visible on CRT TVs --- asm/spawn.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/spawn.asm b/asm/spawn.asm index 539c5fb..f242ab8 100644 --- a/asm/spawn.asm +++ b/asm/spawn.asm @@ -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