Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fixed an issue with Lanette
Browse files Browse the repository at this point in the history
  • Loading branch information
danenders committed Apr 3, 2022
1 parent f4c9d6b commit 217d599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/maps/Route114_LanettesHouse/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Route114_LanettesHouse_EventScript_Lanette::
giveitem ITEM_MELTAN_CANDY
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowNoRoomForDecor
setflag FLAG_RECEIVED_CANDY_LANETTE
setflag FLAG_DAILY_LANETTE_UPGRADE
release
end

Expand All @@ -36,7 +37,7 @@ Route114_LanettesHouse_Text_FoundThisWhileCleaning:

Route114_LanettesHouse_EventScript_CheckPostgame::
goto_if_set FLAG_IS_CHAMPION, Route114_LanettesHouse_EventScript_GiveTicket
end
return


Route114_LanettesHouse_EventScript_GiveTicket::
Expand Down

0 comments on commit 217d599

Please sign in to comment.