blob: a6dd709a78e9ff98e927ee1059361409ac614eb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PokemonMansion_2F_MapScripts:: @ 8162254
map_script MAP_SCRIPT_ON_LOAD, PokemonMansion_2F_OnLoad
.byte 0
PokemonMansion_2F_OnLoad:: @ 816225A
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_2F
end
PokemonMansion_2F_EventScript_Statue:: @ 8162264
lockall
setvar VAR_0x8004, 1
call PokemonMansion_EventScript_SecretSwitch
playse SE_KI_GASYAN
special DrawWholeMapView
waitse
releaseall
end
PokemonMansion_2F_EventScript_DiaryJuly5th:: @ 8162278
msgbox PokemonMansion_1F_Text_NewMonDiscoveredInGuyanaJungle, MSGBOX_SIGN
end
PokemonMansion_2F_EventScript_DiaryJuly10th:: @ 8162281
msgbox PokemonMansion_1F_Text_ChristenedDiscoveredMonMew, MSGBOX_SIGN
end
PokemonMansion_2F_EventScript_Arnie:: @ 816228A
trainerbattle_single TRAINER_BURGLAR_ARNIE, PokemonMansion_1F_Text_ArnieIntro, PokemonMansion_1F_Text_ArnieDefeat
msgbox PokemonMansion_1F_Text_ArniePostBattle, MSGBOX_AUTOCLOSE
end
|