mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-23 10:15:28 -05:00
51 lines
1.3 KiB
C++
51 lines
1.3 KiB
C++
SSAnne_Kitchen_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_Kitchen_EventScript_Chef1::
|
|
msgbox SSAnne_Kitchen_Text_BusyOutOfTheWay, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef2::
|
|
msgbox SSAnne_Kitchen_Text_SawOddBerryInTrash, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef3::
|
|
msgbox SSAnne_Kitchen_Text_SoBusyImDizzy, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef4::
|
|
lock
|
|
faceplayer
|
|
msgbox SSAnne_Kitchen_Text_IAmLeChefMainCourseIs
|
|
random 3
|
|
copyvar VAR_0x8008, VAR_RESULT
|
|
call_if_eq VAR_0x8008, 0, SSAnne_Kitchen_EventScript_SalmonDuSalad
|
|
call_if_eq VAR_0x8008, 1, SSAnne_Kitchen_EventScript_EelsAuBarbecue
|
|
call_if_eq VAR_0x8008, 2, SSAnne_Kitchen_EventScript_PrimeBeefsteak
|
|
release
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_SalmonDuSalad::
|
|
msgbox SSAnne_Kitchen_Text_SalmonDuSalad
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_EelsAuBarbecue::
|
|
msgbox SSAnne_Kitchen_Text_EelsAuBarbecue
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_PrimeBeefsteak::
|
|
msgbox SSAnne_Kitchen_Text_PrimeBeefsteak
|
|
return
|
|
|
|
SSAnne_Kitchen_EventScript_Chef5::
|
|
msgbox SSAnne_Kitchen_Text_PeelSpudsEveryDay, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef6::
|
|
msgbox SSAnne_Kitchen_Text_HearAboutSnorlaxItsAGlutton, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Kitchen_EventScript_Chef7::
|
|
msgbox SSAnne_Kitchen_Text_OnlyGetToPeelOnions, MSGBOX_NPC
|
|
end
|