diff options
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 |