blob: b04930ee6c5d6a7074c0ad939ac7fe1ef50565db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SeafloorCavern_Room1_MapScripts:: @ 815DA61
map_script MAP_SCRIPT_ON_TRANSITION, SeafloorCavern_Room1_MapScript1_15DA67
.byte 0
SeafloorCavern_Room1_MapScript1_15DA67:: @ 815DA67
call Common_EventScript_SetupEvilTeamGfxIds
end
SeafloorCavern_Room1_EventScript_15DA6D:: @ 815DA6D
trainerbattle_single TRAINER_SEAFLOOR_CAVERN_GRUNT_1, SeafloorCavern_Room1_Text_1974BA, SeafloorCavern_Room1_Text_1974EA
msgbox SeafloorCavern_Room1_Text_1974FF, MSGBOX_AUTOCLOSE
end
SeafloorCavern_Room1_EventScript_15DA84:: @ 815DA84
trainerbattle_single TRAINER_SEAFLOOR_CAVERN_GRUNT_2, SeafloorCavern_Room1_Text_19753C, SeafloorCavern_Room1_Text_197573
msgbox SeafloorCavern_Room1_Text_197589, MSGBOX_AUTOCLOSE
end
|