Label slot machine ids, fix GetPriceReduction
This commit is contained in:
@@ -17,7 +17,7 @@ LilycoveCity_ContestLobby_OnTransition:
|
||||
end
|
||||
|
||||
LilycoveCity_ContestLobby_EventScript_TryShowBlendMaster::
|
||||
getpricereduction POKENEWS_BLENDMASTER
|
||||
getpokenewsactive POKENEWS_BLENDMASTER
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_ShowBlendMaster
|
||||
clearflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_BLEND_MASTER_REPLACEMENT
|
||||
|
||||
@@ -3,7 +3,7 @@ LilycoveCity_DepartmentStoreRooftop_MapScripts::
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_OnTransition:
|
||||
getpricereduction POKENEWS_LILYCOVE
|
||||
getpokenewsactive POKENEWS_LILYCOVE
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_ShowSaleWoman
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -51,7 +51,7 @@ LilycoveCity_DepartmentStoreRooftop_PokemartDecor_ClearOutSale:
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_Man::
|
||||
lock
|
||||
faceplayer
|
||||
getpricereduction POKENEWS_LILYCOVE
|
||||
getpokenewsactive POKENEWS_LILYCOVE
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_ManClearOutSale
|
||||
msgbox LilycoveCity_DepartmentStoreRooftop_Text_SetDatesForClearOutSales, MSGBOX_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user