diff options
Diffstat (limited to 'data/scripts/maps/LilycoveCity_DepartmentStore_1F.inc')
-rw-r--r-- | data/scripts/maps/LilycoveCity_DepartmentStore_1F.inc | 144 |
1 files changed, 0 insertions, 144 deletions
diff --git a/data/scripts/maps/LilycoveCity_DepartmentStore_1F.inc b/data/scripts/maps/LilycoveCity_DepartmentStore_1F.inc deleted file mode 100644 index f6b23bc05..000000000 --- a/data/scripts/maps/LilycoveCity_DepartmentStore_1F.inc +++ /dev/null @@ -1,144 +0,0 @@ -LilycoveCity_DepartmentStore_1F_MapScripts:: @ 8159D54 - .byte 0 - -LilycoveCity_DepartmentStore_1F_EventScript_159D55:: @ 8159D55 - msgbox LilycoveCity_DepartmentStore_1F_Text_18BFB5, 2 - end - -LilycoveCity_DepartmentStore_1F_EventScript_159D5E:: @ 8159D5E - lock - faceplayer - dodailyevents - compare VAR_LOTTERY_PRIZE, 0 - goto_if_ne LilycoveCity_DepartmentStore_1F_EventScript_159EB1 - goto_if_set FLAG_DAILY_PICKED_LOTTO_TICKET, LilycoveCity_DepartmentStore_1F_EventScript_159E4C - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4B5E, MSGBOX_YESNO - compare RESULT, NO - goto_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E56 - setflag FLAG_DAILY_PICKED_LOTTO_TICKET - message LilycoveCity_DepartmentStore_1F_Text_1C4CC6 - waitmessage - special RetrieveLotteryNumber - copyvar VAR_SPECIAL_8, RESULT - special BufferLottoTicketNumber - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4CF6, 4 - applymovement 2, LilycoveCity_DepartmentStore_1F_Movement_1A0843 - waitmovement 0 - playse SE_PC_ON - special DoLotteryCornerComputerEffect - special PickLotteryCornerTicket - delay 220 - special EndLotteryCornerComputerEffect - delay 10 - applymovement 2, LilycoveCity_DepartmentStore_1F_Movement_1A0839 - waitmovement 0 - compare VAR_SPECIAL_4, 0 - goto_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E60 - incrementgamestat GAME_STAT_WON_POKEMON_LOTTERY - compare VAR_SPECIAL_6, 0 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E3A - compare VAR_SPECIAL_6, 1 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E43 - bufferitemname 0, VAR_SPECIAL_5 - compare VAR_SPECIAL_4, 1 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E78 - compare VAR_SPECIAL_4, 2 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E81 - compare VAR_SPECIAL_4, 3 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E8A - compare VAR_SPECIAL_4, 4 - call_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E93 - giveitem_std VAR_SPECIAL_5 - compare RESULT, 0 - goto_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159E9C - goto LilycoveCity_DepartmentStore_1F_EventScript_159E6E - end - -LilycoveCity_DepartmentStore_1F_EventScript_159E3A:: @ 8159E3A - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4D7D, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E43:: @ 8159E43 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4DD1, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E4C:: @ 8159E4C - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4C6A, 4 - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159E56:: @ 8159E56 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4C85, 4 - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159E60:: @ 8159E60 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4E27, 4 - goto LilycoveCity_DepartmentStore_1F_EventScript_159E6E - end - -LilycoveCity_DepartmentStore_1F_EventScript_159E6E:: @ 8159E6E - msgbox LilycoveCity_DepartmentStore_1F_Text_1C501C, 4 - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159E78:: @ 8159E78 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4E4F, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E81:: @ 8159E81 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4E92, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E8A:: @ 8159E8A - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4ED8, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E93:: @ 8159E93 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4F1C, 4 - return - -LilycoveCity_DepartmentStore_1F_EventScript_159E9C:: @ 8159E9C - copyvar VAR_LOTTERY_PRIZE, VAR_SPECIAL_5 - goto LilycoveCity_DepartmentStore_1F_EventScript_159EA7 - end - -LilycoveCity_DepartmentStore_1F_EventScript_159EA7:: @ 8159EA7 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4F77, 4 - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159EB1:: @ 8159EB1 - msgbox LilycoveCity_DepartmentStore_1F_Text_1C4FCC, 4 - giveitem_std VAR_LOTTERY_PRIZE - compare RESULT, 0 - goto_if_eq LilycoveCity_DepartmentStore_1F_EventScript_159EA7 - setvar VAR_LOTTERY_PRIZE, 0 - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159ED7:: @ 8159ED7 - msgbox LilycoveCity_DepartmentStore_1F_Text_18BFDB, 2 - end - -LilycoveCity_DepartmentStore_1F_EventScript_159EE0:: @ 8159EE0 - msgbox LilycoveCity_DepartmentStore_1F_Text_18C044, 2 - end - -LilycoveCity_DepartmentStore_1F_EventScript_159EE9:: @ 8159EE9 - msgbox LilycoveCity_DepartmentStore_1F_Text_18C07A, 2 - end - -LilycoveCity_DepartmentStore_1F_EventScript_159EF2:: @ 8159EF2 - lock - faceplayer - waitse - playmoncry SPECIES_AZUMARILL, 0 - msgbox LilycoveCity_DepartmentStore_1F_Text_18C0C3, 4 - waitmoncry - release - end - -LilycoveCity_DepartmentStore_1F_EventScript_159F05:: @ 8159F05 - msgbox LilycoveCity_DepartmentStore_1F_Text_18C0D9, 3 - end |