summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:59:24 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:59:24 -0500
commitefe6981a0db99aa2deeb7fbea5a51c9e40dd4138 (patch)
treedd2156fc491fe2e354f02ec6931c4373f573b4e5 /maps
parent3a7f518de4bbced15cbf5bb877a988055de7d063 (diff)
Add daily+weekly bit flags (close issue #429)
Diffstat (limited to 'maps')
-rw-r--r--maps/BluesHouse.asm4
-rw-r--r--maps/GoldenrodDeptStore5F.asm6
-rw-r--r--maps/ManiasHouse.asm2
-rw-r--r--maps/Route32.asm2
4 files changed, 7 insertions, 7 deletions
diff --git a/maps/BluesHouse.asm b/maps/BluesHouse.asm
index f31fefb9d..e66bb2312 100644
--- a/maps/BluesHouse.asm
+++ b/maps/BluesHouse.asm
@@ -19,7 +19,7 @@ DaisyScript:
end
.ThreePM:
- checkflag ENGINE_TEA_IN_BLUES_HOUSE
+ checkflag ENGINE_DAISYS_GROOMING
iftrue .AlreadyGroomedMon
writetext DaisyOfferGroomingText
yesorno
@@ -29,7 +29,7 @@ DaisyScript:
special Special_DaisyMassage
if_equal $0, .Refused
if_equal $1, .CantGroomEgg
- setflag ENGINE_TEA_IN_BLUES_HOUSE
+ setflag ENGINE_DAISYS_GROOMING
writetext DaisyAlrightText
waitbutton
closetext
diff --git a/maps/GoldenrodDeptStore5F.asm b/maps/GoldenrodDeptStore5F.asm
index 94da64d2f..dbea8e55c 100644
--- a/maps/GoldenrodDeptStore5F.asm
+++ b/maps/GoldenrodDeptStore5F.asm
@@ -63,7 +63,7 @@ ReceptionistScript_0x560ce:
opentext
checkcode VAR_WEEKDAY
if_not_equal SUNDAY, .EventIsOver
- checkflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
+ checkflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
iftrue .EventIsOver
special Special_GetFirstPokemonHappiness
writetext UnknownText_0x56143
@@ -77,7 +77,7 @@ ReceptionistScript_0x560ce:
buttonsound
verbosegiveitem TM_RETURN
iffalse .Done
- setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
+ setflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
closetext
end
@@ -92,7 +92,7 @@ ReceptionistScript_0x560ce:
buttonsound
verbosegiveitem TM_FRUSTRATION
iffalse .Done
- setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
+ setflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
closetext
end
diff --git a/maps/ManiasHouse.asm b/maps/ManiasHouse.asm
index d5d3febb6..b3ec5a564 100644
--- a/maps/ManiasHouse.asm
+++ b/maps/ManiasHouse.asm
@@ -31,7 +31,7 @@ ManiaScript:
end
.alreadyhaveshuckie
- checkflag ENGINE_SHUCKLE_GIVEN
+ checkflag ENGINE_GOT_SHUCKIE_TODAY
iffalse .returnshuckie
writetext ManiaText_TakeCareOfShuckle
waitbutton
diff --git a/maps/Route32.asm b/maps/Route32.asm
index afd946c2b..6b82252dc 100644
--- a/maps/Route32.asm
+++ b/maps/Route32.asm
@@ -174,7 +174,7 @@ TrainerFisherRalph1:
opentext
checkflag ENGINE_RALPH
iftrue .Rematch
- checkflag ENGINE_SPECIAL_WILDDATA
+ checkflag ENGINE_FISH_SWARM
iftrue .Swarm
checkcellnum PHONE_FISHER_RALPH
iftrue .NumberAccepted