mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-10 11:14:30 -05:00
54 lines
1.4 KiB
PHP
54 lines
1.4 KiB
PHP
SSAnne_Kitchen_MapScripts:: @ 8160AB2
|
|
.byte 0
|
|
|
|
SSAnne_Kitchen_EventScript_Chef1:: @ 8160AB3
|
|
msgbox SSAnne_Kitchen_Text_BusyOutOfTheWay, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef2:: @ 8160ABC
|
|
msgbox SSAnne_Kitchen_Text_SawOddBerryInTrash, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef3:: @ 8160AC5
|
|
msgbox SSAnne_Kitchen_Text_SoBusyImDizzy, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef4:: @ 8160ACE
|
|
lock
|
|
faceplayer
|
|
msgbox SSAnne_Kitchen_Text_IAmLeChefMainCourseIs
|
|
random 3
|
|
copyvar VAR_0x8008, VAR_RESULT
|
|
compare VAR_0x8008, 0
|
|
call_if_eq SSAnne_Kitchen_EventScript_SalmonDuSalad
|
|
compare VAR_0x8008, 1
|
|
call_if_eq SSAnne_Kitchen_EventScript_EelsAuBarbecue
|
|
compare VAR_0x8008, 2
|
|
call_if_eq SSAnne_Kitchen_EventScript_PrimeBeefsteak
|
|
release
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_SalmonDuSalad:: @ 8160B03
|
|
msgbox SSAnne_Kitchen_Text_SalmonDuSalad
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_EelsAuBarbecue:: @ 8160B0C
|
|
msgbox SSAnne_Kitchen_Text_EelsAuBarbecue
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_PrimeBeefsteak:: @ 8160B15
|
|
msgbox SSAnne_Kitchen_Text_PrimeBeefsteak
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_Chef5:: @ 8160B1E
|
|
msgbox SSAnne_Kitchen_Text_PeelSpudsEveryDay, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef6:: @ 8160B27
|
|
msgbox SSAnne_Kitchen_Text_HearAboutSnorlaxItsAGlutton, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef7:: @ 8160B30
|
|
msgbox SSAnne_Kitchen_Text_OnlyGetToPeelOnions, MSGBOX_NPC
|
|
end
|