From 0ba261a3fdc221cc6df82e479598830e54444034 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 23 Jun 2015 12:28:48 -0600 Subject: Introduce checkmorn/checkday/checknite to replace checktime. --- engine/std_scripts.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/std_scripts.asm') diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm index b5c763220..9ef09174b 100644 --- a/engine/std_scripts.asm +++ b/engine/std_scripts.asm @@ -59,13 +59,13 @@ PokeCenterNurseScript: ; bc09c loadfont ; The nurse has different text for: ; Morn - checktime $1 + checkmorn iftrue .morn ; Day - checktime $2 + checkday iftrue .day ; Nite - checktime $4 + checknite iftrue .nite ; If somehow it's not a time of day at all, we skip the introduction jump .heal -- cgit v1.2.3