Introduce checkmorn/checkday/checknite to replace checktime.

This commit is contained in:
IIMarckus
2015-06-23 12:28:48 -06:00
parent 4d532beee6
commit 0ba261a3fd
14 changed files with 61 additions and 57 deletions

View File

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