Document Pokemon Mansion scripts

This commit is contained in:
GriffinR
2020-01-14 18:58:52 -05:00
parent 8c560386ed
commit 0999b55beb
15 changed files with 306 additions and 268 deletions
+10 -10
View File
@@ -3,28 +3,28 @@ PokemonMansion_2F_MapScripts:: @ 8162254
.byte 0
PokemonMansion_2F_OnLoad:: @ 816225A
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, EventScript_1A7D3E
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_2F
end
PokemonMansion_2F_EventScript_162264:: @ 8162264
PokemonMansion_2F_EventScript_Statue:: @ 8162264
lockall
setvar VAR_0x8004, 1
call EventScript_1A7AE2
call PokemonMansion_EventScript_SecretSwitch
playse SE_KI_GASYAN
special DrawWholeMapView
waitse
releaseall
end
PokemonMansion_2F_EventScript_162278:: @ 8162278
msgbox gUnknown_817751F, MSGBOX_SIGN
PokemonMansion_2F_EventScript_DiaryJuly5th:: @ 8162278
msgbox PokemonMansion_1F_Text_NewMonDiscoveredInGuyanaJungle, MSGBOX_SIGN
end
PokemonMansion_2F_EventScript_162281:: @ 8162281
msgbox gUnknown_8177574, MSGBOX_SIGN
PokemonMansion_2F_EventScript_DiaryJuly10th:: @ 8162281
msgbox PokemonMansion_1F_Text_ChristenedDiscoveredMonMew, MSGBOX_SIGN
end
PokemonMansion_2F_EventScript_16228A:: @ 816228A
trainerbattle_single TRAINER_BURGLAR_ARNIE, Text_177498, Text_1774CB
msgbox gUnknown_81774E3, MSGBOX_AUTOCLOSE
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