You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Introduce checkmorn/checkday/checknite to replace checktime.
This commit is contained in:
@@ -13,7 +13,7 @@ PharmacistScript_0x71afd: ; 0x71afd
|
||||
iftrue UnknownScript_0x71b21
|
||||
writetext UnknownText_0x71b27
|
||||
keeptextopen
|
||||
checktime $4
|
||||
checknite
|
||||
iftrue UnknownScript_0x71b14
|
||||
writetext UnknownText_0x71b4a
|
||||
closetext
|
||||
|
@@ -170,11 +170,11 @@ UnknownScript_0x7a5b8: ; 0x7a5b8
|
||||
NeighborScript:
|
||||
faceplayer
|
||||
loadfont
|
||||
checktime $1
|
||||
checkmorn
|
||||
iftrue .MornScript
|
||||
checktime $2
|
||||
checkday
|
||||
iftrue .DayScript
|
||||
checktime $4
|
||||
checknite
|
||||
iftrue .NiteScript
|
||||
|
||||
.MornScript
|
||||
|
@@ -34,7 +34,7 @@ UnknownScript_0x7709a: ; 0x7709a
|
||||
iftrue UnknownScript_0x77117
|
||||
checkcode $b
|
||||
if_not_equal MONDAY, UnknownScript_0x77117
|
||||
checktime $4
|
||||
checknite
|
||||
iffalse UnknownScript_0x77117
|
||||
appear $2
|
||||
appear $3
|
||||
|
@@ -157,9 +157,9 @@ FisherScript_0x1a102e: ; 0x1a102e
|
||||
CooltrainerMScript_0x1a1031: ; 0x1a1031
|
||||
faceplayer
|
||||
loadfont
|
||||
checktime $2
|
||||
checkday
|
||||
iftrue UnknownScript_0x1a103d
|
||||
checktime $4
|
||||
checknite
|
||||
iftrue UnknownScript_0x1a1043
|
||||
UnknownScript_0x1a103d: ; 0x1a103d
|
||||
writetext UnknownText_0x1a134c
|
||||
|
@@ -419,7 +419,7 @@ UnknownScript_0x78248: ; 0x78248
|
||||
OfficerScript_0x7824c: ; 0x7824c
|
||||
faceplayer
|
||||
loadfont
|
||||
checktime $4
|
||||
checknite
|
||||
iffalse UnknownScript_0x78276
|
||||
checkevent $0546
|
||||
iftrue UnknownScript_0x78270
|
||||
|
@@ -386,7 +386,7 @@ FirebreatherWaltScript: ; 0x19ca41
|
||||
OfficerScript_0x19ca49: ; 0x19ca49
|
||||
faceplayer
|
||||
loadfont
|
||||
checktime $4
|
||||
checknite
|
||||
iffalse UnknownScript_0x19ca73
|
||||
checkevent $0547
|
||||
iftrue UnknownScript_0x19ca6d
|
||||
|
@@ -214,7 +214,7 @@ PsychicNormanScript: ; 0x1a5bb6
|
||||
PokefanFScript_0x1a5bbe: ; 0x1a5bbe
|
||||
faceplayer
|
||||
loadfont
|
||||
checktime $4
|
||||
checknite
|
||||
iffalse UnknownScript_0x1a5be5
|
||||
checkevent $05c2
|
||||
iftrue UnknownScript_0x1a5bdf
|
||||
|
@@ -56,9 +56,9 @@ UnknownScript_0x19e0d0: ; 0x19e0d0
|
||||
UnknownScript_0x19e0e4: ; 0x19e0e4
|
||||
checkcode $1a
|
||||
if_not_equal $1, UnknownScript_0x19e127
|
||||
checktime $1
|
||||
checkmorn
|
||||
iftrue UnknownScript_0x19e10c
|
||||
checktime $4
|
||||
checknite
|
||||
iftrue UnknownScript_0x19e112
|
||||
checkevent $026a
|
||||
iffalse UnknownScript_0x19e127
|
||||
|
@@ -63,7 +63,7 @@ UnknownScript_0x7c082: ; 0x7c082
|
||||
|
||||
UnknownScript_0x7c0a5: ; 0x7c0a5
|
||||
disappear $7
|
||||
checktime $1
|
||||
checkmorn
|
||||
iffalse UnknownScript_0x7c0ae
|
||||
appear $7
|
||||
UnknownScript_0x7c0ae: ; 0x7c0ae
|
||||
@@ -253,7 +253,7 @@ GrampsScript_0x7c146: ; 0x7c146
|
||||
; 0x7c156
|
||||
|
||||
UnknownScript_0x7c156: ; 0x7c156
|
||||
checktime $1
|
||||
checkmorn
|
||||
iffalse UnknownScript_0x7c300
|
||||
pokemart $2, $0000
|
||||
loadmovesprites
|
||||
|
Reference in New Issue
Block a user