Start event macro comment updates
This commit is contained in:
@@ -48,7 +48,7 @@ Route121_SafariZoneEntrance_EventScript_EntranceCounterTrigger::
|
||||
lockall
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
waitmovement 0
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
msgbox Route121_SafariZoneEntrance_Text_WouldYouLikeToPlay, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq Route121_SafariZoneEntrance_EventScript_TryEnterSafariZone
|
||||
@@ -57,17 +57,17 @@ Route121_SafariZoneEntrance_EventScript_EntranceCounterTrigger::
|
||||
end
|
||||
|
||||
Route121_SafariZoneEntrance_EventScript_TryEnterSafariZone::
|
||||
checkitem ITEM_POKEBLOCK_CASE, 1
|
||||
checkitem ITEM_POKEBLOCK_CASE
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq Route121_SafariZoneEntrance_EventScript_NoPokeblockCase
|
||||
call Route121_SafariZoneEntrance_EventScript_CheckHasRoomForPokemon
|
||||
checkmoney 500, 0
|
||||
checkmoney 500
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq Route121_SafariZoneEntrance_EventScript_NotEnoughMoney
|
||||
playse SE_SHOP
|
||||
msgbox Route121_SafariZoneEntrance_Text_ThatWillBe500Please, MSGBOX_DEFAULT
|
||||
removemoney 500, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney 500
|
||||
updatemoneybox
|
||||
msgbox Route121_SafariZoneEntrance_Text_HereAreYourSafariBalls, MSGBOX_DEFAULT
|
||||
playfanfare MUS_OBTAIN_ITEM
|
||||
message Route121_SafariZoneEntrance_Text_Received30SafariBalls
|
||||
|
||||
Reference in New Issue
Block a user