diff --git a/agbcc b/agbcc new file mode 160000 index 0000000..d59cfb5 --- /dev/null +++ b/agbcc @@ -0,0 +1 @@ +Subproject commit d59cfb5ac1ce13d4bc9875ffef1666b118338d33 diff --git a/data/maps/DewfordTown/scripts.inc b/data/maps/DewfordTown/scripts.inc index ee4850d..2e6fa77 100644 --- a/data/maps/DewfordTown/scripts.inc +++ b/data/maps/DewfordTown/scripts.inc @@ -118,6 +118,14 @@ DewfordTown_EventScript_FishingExcellent:: DewfordTown_EventScript_FishingNotSoGood:: msgbox DewfordTown_Text_FishingAdvice, MSGBOX_DEFAULT + goto_if_set FLAG_IS_CHAMPION, DewfordTown_EventScript_GiveOldSeaMap + release + end + +DewfordTown_EventScript_GiveOldSeaMap:: + msgbox DewfordTown_Text_MaybeExploringWouldBeBetter, MSGBOX_DEFAULT + giveitem ITEM_OLD_SEA_MAP + setflag FLAG_RECEIVED_OLD_SEA_MAP release end @@ -723,6 +731,12 @@ DewfordTown_Text_ThrowInFishingAdvice: .string "you need to time the pulls on your Rod\l" .string "to haul them in.$" +DewfordTown_Text_MaybeExploringWouldBeBetter: + .string "Hmmm... Well, if you aren't having much\n" + .string "luck with fishing... Maybe exploring\l" + .string "would be a better fit for a Trainer like\l" + .string "you?$" + DewfordTown_Text_ThatsTooBadThen: .string "Oh, is that so?\n" .string "That's too bad, then.$"