diff options
author | surskitty <surskitty@gmail.com> | 2017-12-13 22:41:15 -0500 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-12-13 22:41:15 -0500 |
commit | d69d81f3a0b0c79201e50cc64a889263251125ae (patch) | |
tree | 63fc427d85a7511dccb006157e06a164db4fc7a1 | |
parent | a5c046119239412f5704ee670926ad6c5875ec66 (diff) |
Fix the spelling of Thursday
-rw-r--r-- | constants/engine_flags.asm | 2 | ||||
-rw-r--r-- | engine/phone_scripts.asm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index 19f0891a0..3c088596d 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -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 diff --git a/engine/phone_scripts.asm b/engine/phone_scripts.asm index 7d020748c..28822d4da 100644 --- a/engine/phone_scripts.asm +++ b/engine/phone_scripts.asm @@ -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 |