diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:28:48 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:28:48 -0600 |
commit | 0ba261a3fdc221cc6df82e479598830e54444034 (patch) | |
tree | 94c8cf78ce5e18a9d2577828a8c4955caeafbdb1 /engine/std_scripts.asm | |
parent | 4d532beee6310c8cfd1d8f7d26d623d176fb0027 (diff) |
Introduce checkmorn/checkday/checknite to replace checktime.
Diffstat (limited to 'engine/std_scripts.asm')
-rw-r--r-- | engine/std_scripts.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |