mirror of https://github.com/pret/pokecrystal.git
Fix the spelling of Thursday
This commit is contained in:
parent
a5c0461192
commit
d69d81f3a0
|
@ -179,7 +179,7 @@
|
|||
const ENGINE_BRENT_MONDAY_MORNING
|
||||
const ENGINE_TIFFANY_TUESDAY_AFTERNOON
|
||||
const ENGINE_VANCE_WEDNESDAY_NIGHT
|
||||
const ENGINE_WILTON_THRUSDAY_MORNING
|
||||
const ENGINE_WILTON_THURSDAY_MORNING
|
||||
const ENGINE_PARRY_FRIDAY_AFTERNOON
|
||||
const ENGINE_ERIN_SATURDAY_NIGHT
|
||||
; wPlayerSpriteSetupFlags
|
||||
|
|
|
@ -1716,7 +1716,7 @@ WiltonPhoneScript1:
|
|||
checkflag ENGINE_WILTON
|
||||
iftrue UnknownScript_0xbdcf7
|
||||
farscall PhoneScript_AnswerPhone_Male
|
||||
checkflag ENGINE_WILTON_THRUSDAY_MORNING
|
||||
checkflag ENGINE_WILTON_THURSDAY_MORNING
|
||||
iftrue UnknownScript_0xbdcf3
|
||||
checkflag ENGINE_WILTON_HAS_ITEM
|
||||
iftrue UnknownScript_0xbdcfe
|
||||
|
@ -1741,7 +1741,7 @@ WiltonPhoneScript2:
|
|||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_WILTON
|
||||
iftrue UnknownScript_0xbdd2f
|
||||
checkflag ENGINE_WILTON_THRUSDAY_MORNING
|
||||
checkflag ENGINE_WILTON_THURSDAY_MORNING
|
||||
iftrue UnknownScript_0xbdd2f
|
||||
checkflag ENGINE_WILTON_HAS_ITEM
|
||||
iftrue UnknownScript_0xbdd2f
|
||||
|
@ -1754,7 +1754,7 @@ UnknownScript_0xbdd2f:
|
|||
farjump UnknownScript_0xa0000
|
||||
|
||||
UnknownScript_0xbdd33:
|
||||
setflag ENGINE_WILTON_THRUSDAY_MORNING
|
||||
setflag ENGINE_WILTON_THURSDAY_MORNING
|
||||
|
||||
UnknownScript_0xbdd36:
|
||||
landmarktotext ROUTE_44, $2
|
||||
|
|
Loading…
Reference in New Issue