Document Routes 15-19 scripts

This commit is contained in:
GriffinR
2020-02-24 13:28:45 -05:00
parent a0fa06a066
commit d1b1709ef9
39 changed files with 804 additions and 802 deletions
+19 -17
View File
@@ -1,9 +1,11 @@
.equ REQUIRED_CAUGHT_MONS, 50
Route15_WestEntrance_2F_MapScripts:: @ 8170092
.byte 0
Route15_WestEntrance_2F_EventScript_170093:: @ 8170093
Route15_WestEntrance_2F_EventScript_LeftBinoculars:: @ 8170093
lockall
msgbox gUnknown_819F79C
msgbox Route15_WestEntrance_2F_Text_LargeShiningBird
drawmonpic SPECIES_ARTICUNO, 10, 3
delay 20
waitbuttonpress
@@ -13,40 +15,40 @@ Route15_WestEntrance_2F_EventScript_170093:: @ 8170093
releaseall
end
Route15_WestEntrance_2F_EventScript_1700B0:: @ 81700B0
msgbox gUnknown_819F7F8, MSGBOX_SIGN
Route15_WestEntrance_2F_EventScript_RightBinoculars:: @ 81700B0
msgbox Route15_WestEntrance_2F_Text_SmallIslandOnHorizon, MSGBOX_SIGN
end
Route15_WestEntrance_2F_EventScript_1700B9:: @ 81700B9
Route15_WestEntrance_2F_EventScript_Aide:: @ 81700B9
lock
faceplayer
call EventScript_170145
goto_if_set FLAG_GOT_EXP_SHARE_FROM_OAKS_AIDE, EventScript_17013B
msgbox gUnknown_819F5AB, MSGBOX_YESNO
call Route15_WestEntrance_2F_EventScript_GetAideRequestInfo
goto_if_set FLAG_GOT_EXP_SHARE_FROM_OAKS_AIDE, Route15_WestEntrance_2F_EventScript_AlreadyGotExpShare
msgbox Route15_WestEntrance_2F_Text_GiveItemIfCaughtEnough, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq Aide_EventScript_DeclineCheckMons
setvar VAR_0x8004, 0
specialvar VAR_RESULT, Special_GetPokedexCount
getnumberstring 2, VAR_0x8006
call EventScript_170145
compare VAR_0x8006, 50
call Route15_WestEntrance_2F_EventScript_GetAideRequestInfo
compare VAR_0x8006, REQUIRED_CAUGHT_MONS
goto_if_lt Aide_EventScript_HaventCaughtEnough
msgbox gUnknown_819F6AA
msgbox Route15_WestEntrance_2F_Text_GreatHereYouGo
checkitemspace ITEM_EXP_SHARE, 1
compare VAR_RESULT, FALSE
goto_if_eq Aide_EventScript_NoRoomForItem
giveitem_msg gUnknown_819F6FD, ITEM_EXP_SHARE
giveitem_msg Route15_WestEntrance_2F_Text_ReceivedItemFromAide, ITEM_EXP_SHARE
setflag FLAG_GOT_EXP_SHARE_FROM_OAKS_AIDE
msgbox gUnknown_819F71F
msgbox Route15_WestEntrance_2F_Text_ExplainExpShare
release
end
EventScript_17013B:: @ 817013B
msgbox gUnknown_819F71F
Route15_WestEntrance_2F_EventScript_AlreadyGotExpShare:: @ 817013B
msgbox Route15_WestEntrance_2F_Text_ExplainExpShare
release
end
EventScript_170145:: @ 8170145
getnumberstring 0, 50
Route15_WestEntrance_2F_EventScript_GetAideRequestInfo:: @ 8170145
getnumberstring 0, REQUIRED_CAUGHT_MONS
getitemname 1, ITEM_EXP_SHARE
return