blob: 4a05ae97d41e78433b881390032e64c3363dcbe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
CeladonCity_House1_MapScripts:: @ 816D267
.byte 0
CeladonCity_House1_EventScript_RocketChief:: @ 816D268
msgbox CeladonCity_House1_Text_SlotsReelInTheDough, MSGBOX_NPC
end
CeladonCity_House1_EventScript_Rocket1:: @ 816D271
msgbox CeladonCity_House1_Text_ShippedMonsAsSlotPrizes, MSGBOX_NPC
end
CeladonCity_House1_EventScript_Rocket2:: @ 816D27A
msgbox CeladonCity_House1_Text_DontTouchGameCornerPoster, MSGBOX_NPC
end
|