Document Pokemon Mansion scripts
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "PokemonMansion_B1F_EventScript_162329",
|
||||
"script": "PokemonMansion_B1F_EventScript_Lewis",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 6,
|
||||
"script": "PokemonMansion_B1F_EventScript_162340",
|
||||
"script": "PokemonMansion_B1F_EventScript_Ivan",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -108,21 +108,21 @@
|
||||
"x": 21,
|
||||
"y": 27,
|
||||
"elevation": 0,
|
||||
"script": "PokemonMansion_B1F_EventScript_162320"
|
||||
"script": "PokemonMansion_B1F_EventScript_DiarySep1st"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_1",
|
||||
"x": 24,
|
||||
"y": 29,
|
||||
"elevation": 0,
|
||||
"script": "PokemonMansion_B1F_EventScript_16230C"
|
||||
"script": "PokemonMansion_B1F_EventScript_Statue"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_1",
|
||||
"x": 27,
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"script": "PokemonMansion_B1F_EventScript_16230C"
|
||||
"script": "PokemonMansion_B1F_EventScript_Statue"
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
|
||||
@@ -3,29 +3,29 @@ PokemonMansion_B1F_MapScripts:: @ 81622FC
|
||||
.byte 0
|
||||
|
||||
PokemonMansion_B1F_OnLoad:: @ 8162302
|
||||
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, EventScript_1A7F4C
|
||||
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_B1F
|
||||
end
|
||||
|
||||
PokemonMansion_B1F_EventScript_16230C:: @ 816230C
|
||||
PokemonMansion_B1F_EventScript_Statue:: @ 816230C
|
||||
lockall
|
||||
setvar VAR_0x8004, 3
|
||||
call EventScript_1A7AE2
|
||||
call PokemonMansion_EventScript_SecretSwitch
|
||||
playse SE_KI_GASYAN
|
||||
special DrawWholeMapView
|
||||
waitse
|
||||
releaseall
|
||||
end
|
||||
|
||||
PokemonMansion_B1F_EventScript_162320:: @ 8162320
|
||||
msgbox gUnknown_8177798, MSGBOX_SIGN
|
||||
PokemonMansion_B1F_EventScript_DiarySep1st:: @ 8162320
|
||||
msgbox PokemonMansion_B1F_Text_MewtwoIsFarTooPowerful, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
PokemonMansion_B1F_EventScript_162329:: @ 8162329
|
||||
trainerbattle_single TRAINER_BURGLAR_LEWIS, Text_1776C0, Text_1776D7
|
||||
msgbox gUnknown_81776DE, MSGBOX_AUTOCLOSE
|
||||
PokemonMansion_B1F_EventScript_Lewis:: @ 8162329
|
||||
trainerbattle_single TRAINER_BURGLAR_LEWIS, PokemonMansion_B1F_Text_LewisIntro, PokemonMansion_B1F_Text_LewisDefeat
|
||||
msgbox PokemonMansion_B1F_Text_LewisPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
PokemonMansion_B1F_EventScript_162340:: @ 8162340
|
||||
trainerbattle_single TRAINER_SCIENTIST_IVAN, Text_177720, Text_177757
|
||||
msgbox gUnknown_817776A, MSGBOX_AUTOCLOSE
|
||||
PokemonMansion_B1F_EventScript_Ivan:: @ 8162340
|
||||
trainerbattle_single TRAINER_SCIENTIST_IVAN, PokemonMansion_B1F_Text_IvanIntro, PokemonMansion_B1F_Text_IvanDefeat
|
||||
msgbox PokemonMansion_B1F_Text_IvanPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,26 +1,26 @@
|
||||
Text_1776C0:: @ 81776C0
|
||||
PokemonMansion_B1F_Text_LewisIntro:: @ 81776C0
|
||||
.string "Uh-oh…\n"
|
||||
.string "Where am I now?$"
|
||||
|
||||
Text_1776D7:: @ 81776D7
|
||||
PokemonMansion_B1F_Text_LewisDefeat:: @ 81776D7
|
||||
.string "Awooh!$"
|
||||
|
||||
gUnknown_81776DE:: @ 81776DE
|
||||
PokemonMansion_B1F_Text_LewisPostBattle:: @ 81776DE
|
||||
.string "You can find stuff lying around.\n"
|
||||
.string "The residents must've left them.$"
|
||||
|
||||
Text_177720:: @ 8177720
|
||||
PokemonMansion_B1F_Text_IvanIntro:: @ 8177720
|
||||
.string "This place is ideal for a lab.\n"
|
||||
.string "Look at all this space.$"
|
||||
|
||||
Text_177757:: @ 8177757
|
||||
PokemonMansion_B1F_Text_IvanDefeat:: @ 8177757
|
||||
.string "What was that for?$"
|
||||
|
||||
gUnknown_817776A:: @ 817776A
|
||||
PokemonMansion_B1F_Text_IvanPostBattle:: @ 817776A
|
||||
.string "I like it here.\n"
|
||||
.string "It's conducive to my studies.$"
|
||||
|
||||
gUnknown_8177798:: @ 8177798
|
||||
PokemonMansion_B1F_Text_MewtwoIsFarTooPowerful:: @ 8177798
|
||||
.string "Diary: Sept. 1\n"
|
||||
.string "MEWTWO is far too powerful.\p"
|
||||
.string "We have failed to curb its vicious\n"
|
||||
|
||||
Reference in New Issue
Block a user