mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 21:25:42 -05:00
54 lines
1.3 KiB
C++
54 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
|
|
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::
|
|
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
|