Start event macro comment updates
This commit is contained in:
@@ -5,7 +5,7 @@ AbandonedShip_CaptainsOffice_EventScript_CaptSternAide::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_EXCHANGED_SCANNER, AbandonedShip_CaptainsOffice_EventScript_ThisIsSSCactus
|
||||
checkitem ITEM_SCANNER, 1
|
||||
checkitem ITEM_SCANNER
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq AbandonedShip_CaptainsOffice_EventScript_CanYouDeliverScanner
|
||||
goto_if_set FLAG_ITEM_ABANDONED_SHIP_HIDDEN_FLOOR_ROOM_4_SCANNER, AbandonedShip_CaptainsOffice_EventScript_ThisIsSSCactus
|
||||
|
||||
@@ -27,7 +27,7 @@ AbandonedShip_Corridors_B1F_EventScript_TuberM::
|
||||
AbandonedShip_Corridors_B1F_EventScript_StorageRoomDoor::
|
||||
lockall
|
||||
goto_if_set FLAG_USED_STORAGE_KEY, AbandonedShip_Corridors_B1F_EventScript_DoorIsUnlocked
|
||||
checkitem ITEM_STORAGE_KEY, 1
|
||||
checkitem ITEM_STORAGE_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq AbandonedShip_Corridors_B1F_EventScript_DoorIsLocked
|
||||
msgbox AbandonedShip_Corridors_B1F_Text_InsertedStorageKey, MSGBOX_DEFAULT
|
||||
|
||||
@@ -53,7 +53,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_LockRoom6::
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_Room1Door::
|
||||
lockall
|
||||
goto_if_set FLAG_USED_ROOM_1_KEY, AbandonedShip_HiddenFloorCorridors_EventScript_TheDoorIsOpen
|
||||
checkitem ITEM_ROOM_1_KEY, 1
|
||||
checkitem ITEM_ROOM_1_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq AbandonedShip_HiddenFloorCorridors_EventScript_Rm1IsLocked
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_InsertedKey, MSGBOX_DEFAULT
|
||||
@@ -68,7 +68,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_Room1Door::
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_Room2Door::
|
||||
lockall
|
||||
goto_if_set FLAG_USED_ROOM_2_KEY, AbandonedShip_HiddenFloorCorridors_EventScript_TheDoorIsOpen
|
||||
checkitem ITEM_ROOM_2_KEY, 1
|
||||
checkitem ITEM_ROOM_2_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq AbandonedShip_HiddenFloorCorridors_EventScript_Rm2IsLocked
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_InsertedKey, MSGBOX_DEFAULT
|
||||
@@ -83,7 +83,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_Room2Door::
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_Room4Door::
|
||||
lockall
|
||||
goto_if_set FLAG_USED_ROOM_4_KEY, AbandonedShip_HiddenFloorCorridors_EventScript_TheDoorIsOpen
|
||||
checkitem ITEM_ROOM_4_KEY, 1
|
||||
checkitem ITEM_ROOM_4_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq AbandonedShip_HiddenFloorCorridors_EventScript_Rm4IsLocked
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_InsertedKey, MSGBOX_DEFAULT
|
||||
@@ -98,7 +98,7 @@ AbandonedShip_HiddenFloorCorridors_EventScript_Room4Door::
|
||||
AbandonedShip_HiddenFloorCorridors_EventScript_Room6Door::
|
||||
lockall
|
||||
goto_if_set FLAG_USED_ROOM_6_KEY, AbandonedShip_HiddenFloorCorridors_EventScript_TheDoorIsOpen
|
||||
checkitem ITEM_ROOM_6_KEY, 1
|
||||
checkitem ITEM_ROOM_6_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq AbandonedShip_HiddenFloorCorridors_EventScript_Rm6IsLocked
|
||||
msgbox AbandonedShip_HiddenFloorCorridors_Text_InsertedKey, MSGBOX_DEFAULT
|
||||
|
||||
@@ -56,7 +56,7 @@ BattleFrontier_ExchangeServiceCorner_EventScript_NoRoomForDecor::
|
||||
end
|
||||
|
||||
BattleFrontier_ExchangeServiceCorner_EventScript_TryGiveItem::
|
||||
checkitemspace VAR_0x8009, 1
|
||||
checkitemspace VAR_0x8009
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq BattleFrontier_ExchangeServiceCorner_EventScript_BagFull
|
||||
copyvar VAR_0x8004, VAR_0x8008
|
||||
|
||||
@@ -20,7 +20,7 @@ BattleFrontier_OutsideWest_EventScript_FerryAttendant::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox BattleFrontier_OutsideWest_Text_MayISeeYourTicket, MSGBOX_DEFAULT
|
||||
checkitem ITEM_SS_TICKET, 1
|
||||
checkitem ITEM_SS_TICKET
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq BattleFrontier_OutsideWest_EventScript_NoSSTicket
|
||||
message BattleFrontier_OutsideWest_Text_WhereWouldYouLikeToGo
|
||||
|
||||
@@ -5,7 +5,7 @@ FallarborTown_CozmosHouse_EventScript_ProfCozmo::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM27, FallarborTown_CozmosHouse_EventScript_GaveMeteorite
|
||||
checkitem ITEM_METEORITE, 1
|
||||
checkitem ITEM_METEORITE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite
|
||||
msgbox FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow, MSGBOX_DEFAULT
|
||||
|
||||
@@ -14,7 +14,7 @@ FallarborTown_MoveRelearnersHouse_EventScript_MoveRelearner::
|
||||
end
|
||||
|
||||
FallarborTown_MoveRelearnersHouse_EventScript_AskTeachMove::
|
||||
checkitem ITEM_HEART_SCALE, 1
|
||||
checkitem ITEM_HEART_SCALE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq FallarborTown_MoveRelearnersHouse_EventScript_ComeBackWithHeartScale
|
||||
msgbox FallarborTown_MoveRelearnersHouse_Text_ThatsAHeartScaleWantMeToTeachMove, MSGBOX_YESNO
|
||||
|
||||
@@ -55,7 +55,7 @@ FortreeCity_EventScript_GymSign::
|
||||
FortreeCity_EventScript_Kecleon::
|
||||
lock
|
||||
faceplayer
|
||||
checkitem ITEM_DEVON_SCOPE, 1
|
||||
checkitem ITEM_DEVON_SCOPE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq FortreeCity_EventScript_AskUseDevonScope
|
||||
msgbox FortreeCity_Text_SomethingUnseeable, MSGBOX_DEFAULT
|
||||
|
||||
@@ -13,7 +13,7 @@ JaggedPass_OnResume:
|
||||
end
|
||||
|
||||
JaggedPass_EventScript_CheckHasMagmaEmblem::
|
||||
checkitem ITEM_MAGMA_EMBLEM, 1
|
||||
checkitem ITEM_MAGMA_EMBLEM
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq JaggedPass_EventScript_SetReadyToOpenHideout
|
||||
return
|
||||
|
||||
@@ -71,7 +71,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_VendingMachine::
|
||||
lockall
|
||||
message LilycoveCity_DepartmentStoreRooftop_Text_WhichDrinkWouldYouLike
|
||||
waitmessage
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
goto LilycoveCity_DepartmentStoreRooftop_EventScript_ChooseDrink
|
||||
end
|
||||
|
||||
@@ -102,27 +102,27 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_Lemonade::
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_CheckMoneyFreshWater::
|
||||
checkmoney 200, 0
|
||||
checkmoney 200
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_CheckMoneySodaPop::
|
||||
checkmoney 300, 0
|
||||
checkmoney 300
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_CheckMoneyLemonade::
|
||||
checkmoney 350, 0
|
||||
checkmoney 350
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_RemoveMoneyFreshWater::
|
||||
removemoney 200, 0
|
||||
removemoney 200
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_RemoveMoneySodaPop::
|
||||
removemoney 300, 0
|
||||
removemoney 300
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_RemoveMoneyLemonade::
|
||||
removemoney 350, 0
|
||||
removemoney 350
|
||||
return
|
||||
|
||||
LilycoveCity_DepartmentStoreRooftop_EventScript_TryBuyDrink::
|
||||
@@ -134,7 +134,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_TryBuyDrink::
|
||||
call_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_CheckMoneyLemonade
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_NotEnoughMoneyForDrink
|
||||
checkitemspace VAR_TEMP_0, 1
|
||||
checkitemspace VAR_TEMP_0
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_NoRoomForDrink
|
||||
compare VAR_TEMP_1, 0
|
||||
@@ -143,7 +143,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_TryBuyDrink::
|
||||
call_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_RemoveMoneySodaPop
|
||||
compare VAR_TEMP_1, 2
|
||||
call_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_RemoveMoneyLemonade
|
||||
updatemoneybox 0, 0
|
||||
updatemoneybox
|
||||
bufferitemname 0, VAR_TEMP_0
|
||||
playse SE_VEND
|
||||
msgbox LilycoveCity_DepartmentStoreRooftop_Text_CanOfDrinkDroppedDown, MSGBOX_DEFAULT
|
||||
@@ -154,7 +154,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_TryBuyDrink::
|
||||
random 64 @ 1/64 chance of an additional drink dropping
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_ne LilycoveCity_DepartmentStoreRooftop_EventScript_ChooseNewDrink
|
||||
checkitemspace VAR_TEMP_0, 1
|
||||
checkitemspace VAR_TEMP_0
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_NoRoomForDrink
|
||||
playse SE_VEND
|
||||
@@ -166,7 +166,7 @@ LilycoveCity_DepartmentStoreRooftop_EventScript_TryBuyDrink::
|
||||
random 64 @ 1/64 * the prev 1/64 chance of a third additional drink dropping, ~ 0.02% chance
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_ne LilycoveCity_DepartmentStoreRooftop_EventScript_ChooseNewDrink
|
||||
checkitemspace VAR_TEMP_0, 1
|
||||
checkitemspace VAR_TEMP_0
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_NoRoomForDrink
|
||||
playse SE_VEND
|
||||
|
||||
@@ -114,7 +114,7 @@ LilycoveCity_Harbor_EventScript_GoToBattleFrontier::
|
||||
LilycoveCity_Harbor_EventScript_GetEonTicketState::
|
||||
setvar VAR_TEMP_E, 0
|
||||
goto_if_unset FLAG_ENABLE_SHIP_SOUTHERN_ISLAND, Common_EventScript_NopReturn
|
||||
checkitem ITEM_EON_TICKET, 1
|
||||
checkitem ITEM_EON_TICKET
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Common_EventScript_NopReturn
|
||||
setvar VAR_TEMP_E, 1
|
||||
@@ -125,7 +125,7 @@ LilycoveCity_Harbor_EventScript_GetEonTicketState::
|
||||
LilycoveCity_Harbor_EventScript_GetAuroraTicketState::
|
||||
setvar VAR_TEMP_D, 0
|
||||
goto_if_unset FLAG_ENABLE_SHIP_BIRTH_ISLAND, Common_EventScript_NopReturn
|
||||
checkitem ITEM_AURORA_TICKET, 1
|
||||
checkitem ITEM_AURORA_TICKET
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Common_EventScript_NopReturn
|
||||
setvar VAR_TEMP_D, 1
|
||||
@@ -136,7 +136,7 @@ LilycoveCity_Harbor_EventScript_GetAuroraTicketState::
|
||||
LilycoveCity_Harbor_EventScript_GetOldSeaMapState::
|
||||
setvar VAR_TEMP_C, 0
|
||||
goto_if_unset FLAG_ENABLE_SHIP_FARAWAY_ISLAND, Common_EventScript_NopReturn
|
||||
checkitem ITEM_OLD_SEA_MAP, 1
|
||||
checkitem ITEM_OLD_SEA_MAP
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Common_EventScript_NopReturn
|
||||
setvar VAR_TEMP_C, 1
|
||||
@@ -147,7 +147,7 @@ LilycoveCity_Harbor_EventScript_GetOldSeaMapState::
|
||||
LilycoveCity_Harbor_EventScript_GetMysticTicketState::
|
||||
setvar VAR_TEMP_9, 0
|
||||
goto_if_unset FLAG_ENABLE_SHIP_NAVEL_ROCK, Common_EventScript_NopReturn
|
||||
checkitem ITEM_MYSTIC_TICKET, 1
|
||||
checkitem ITEM_MYSTIC_TICKET
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Common_EventScript_NopReturn
|
||||
setvar VAR_TEMP_9, 1
|
||||
|
||||
@@ -71,10 +71,10 @@ MauvilleCity_BikeShop_EventScript_AskSwitchBikes::
|
||||
@ If the player does not have a bike on them Rydel assumes its stored in the PC
|
||||
MauvilleCity_BikeShop_EventScript_SwitchBikes::
|
||||
msgbox MauvilleCity_BikeShop_Text_IllSwitchBikes, MSGBOX_DEFAULT
|
||||
checkitem ITEM_ACRO_BIKE, 1
|
||||
checkitem ITEM_ACRO_BIKE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_BikeShop_EventScript_SwitchAcroForMach
|
||||
checkitem ITEM_MACH_BIKE, 1
|
||||
checkitem ITEM_MACH_BIKE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_BikeShop_EventScript_SwitchMachForAcro
|
||||
msgbox MauvilleCity_BikeShop_Text_OhYourBikeIsInPC, MSGBOX_DEFAULT
|
||||
|
||||
@@ -16,12 +16,12 @@ MauvilleCity_GameCorner_EventScript_CoinsClerk::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_GameCorner_Text_ThisIsMauvilleGameCorner, MSGBOX_DEFAULT
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NeedCoinCase
|
||||
message MauvilleCity_GameCorner_Text_WereYouLookingForCoins
|
||||
waitmessage
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
showcoinsbox 1, 6
|
||||
goto MauvilleCity_GameCorner_EventScript_ChooseCoinsDefault50
|
||||
|
||||
@@ -46,12 +46,12 @@ MauvilleCity_GameCorner_EventScript_Buy50Coins::
|
||||
checkcoins VAR_TEMP_1
|
||||
compare VAR_TEMP_1, (MAX_COINS + 1 - 50)
|
||||
goto_if_ge MauvilleCity_GameCorner_EventScript_NoRoomForCoins
|
||||
checkmoney COINS_PRICE_50, 0
|
||||
checkmoney COINS_PRICE_50
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NotEnoughMoney
|
||||
addcoins 50
|
||||
removemoney COINS_PRICE_50, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney COINS_PRICE_50
|
||||
updatemoneybox
|
||||
updatecoinsbox 1, 6
|
||||
playse SE_SHOP
|
||||
msgbox MauvilleCity_GameCorner_Text_ThankYouHereAreYourCoins, MSGBOX_DEFAULT
|
||||
@@ -64,12 +64,12 @@ MauvilleCity_GameCorner_EventScript_Buy500Coins::
|
||||
checkcoins VAR_TEMP_1
|
||||
compare VAR_TEMP_1, (MAX_COINS + 1 - 500)
|
||||
goto_if_ge MauvilleCity_GameCorner_EventScript_NoRoomForCoins
|
||||
checkmoney COINS_PRICE_500, 0
|
||||
checkmoney COINS_PRICE_500
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NotEnoughMoney
|
||||
addcoins 500
|
||||
removemoney COINS_PRICE_500, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney COINS_PRICE_500
|
||||
updatemoneybox
|
||||
updatecoinsbox 1, 6
|
||||
playse SE_SHOP
|
||||
msgbox MauvilleCity_GameCorner_Text_ThankYouHereAreYourCoins, MSGBOX_DEFAULT
|
||||
@@ -108,7 +108,7 @@ MauvilleCity_GameCorner_EventScript_PrizeCornerDolls::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_GameCorner_Text_ExchangeCoinsForPrizes, MSGBOX_DEFAULT
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_ChooseDollPrizeMessage
|
||||
release
|
||||
@@ -229,7 +229,7 @@ MauvilleCity_GameCorner_EventScript_PrizeCornerTMs::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox MauvilleCity_GameCorner_Text_ExchangeCoinsForPrizes, MSGBOX_DEFAULT
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_ChooseTMPrizeMessage
|
||||
release
|
||||
@@ -306,7 +306,7 @@ MauvilleCity_GameCorner_EventScript_BuyTM32::
|
||||
checkcoins VAR_TEMP_2
|
||||
compare VAR_TEMP_2, TM32_COINS
|
||||
goto_if_lt MauvilleCity_GameCorner_EventScript_NotEnoughCoinsForTM
|
||||
checkitemspace ITEM_TM32, 1
|
||||
checkitemspace ITEM_TM32
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoRoomForTM
|
||||
removecoins TM32_COINS
|
||||
@@ -321,7 +321,7 @@ MauvilleCity_GameCorner_EventScript_BuyTM29::
|
||||
checkcoins VAR_TEMP_2
|
||||
compare VAR_TEMP_2, TM29_COINS
|
||||
goto_if_lt MauvilleCity_GameCorner_EventScript_NotEnoughCoinsForTM
|
||||
checkitemspace ITEM_TM29, 1
|
||||
checkitemspace ITEM_TM29
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoRoomForTM
|
||||
removecoins TM29_COINS
|
||||
@@ -336,7 +336,7 @@ MauvilleCity_GameCorner_EventScript_BuyTM35::
|
||||
checkcoins VAR_TEMP_2
|
||||
compare VAR_TEMP_2, TM35_COINS
|
||||
goto_if_lt MauvilleCity_GameCorner_EventScript_NotEnoughCoinsForTM
|
||||
checkitemspace ITEM_TM35, 1
|
||||
checkitemspace ITEM_TM35
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoRoomForTM
|
||||
removecoins TM35_COINS
|
||||
@@ -351,7 +351,7 @@ MauvilleCity_GameCorner_EventScript_BuyTM24::
|
||||
checkcoins VAR_TEMP_2
|
||||
compare VAR_TEMP_2, TM24_COINS
|
||||
goto_if_lt MauvilleCity_GameCorner_EventScript_NotEnoughCoinsForTM
|
||||
checkitemspace ITEM_TM24, 1
|
||||
checkitemspace ITEM_TM24
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoRoomForTM
|
||||
removecoins TM24_COINS
|
||||
@@ -366,7 +366,7 @@ MauvilleCity_GameCorner_EventScript_BuyTM13::
|
||||
checkcoins VAR_TEMP_2
|
||||
compare VAR_TEMP_2, TM13_COINS
|
||||
goto_if_lt MauvilleCity_GameCorner_EventScript_NotEnoughCoinsForTM
|
||||
checkitemspace ITEM_TM13, 1
|
||||
checkitemspace ITEM_TM13
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoRoomForTM
|
||||
removecoins TM13_COINS
|
||||
@@ -466,7 +466,7 @@ MauvilleCity_GameCorner_EventScript_ReceivedStarterDoll::
|
||||
MauvilleCity_GameCorner_EventScript_PokefanM::
|
||||
lock
|
||||
faceplayer
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_TryGive20Coins
|
||||
msgbox MauvilleCity_GameCorner_Text_NeedCoinCaseGoNextDoor, MSGBOX_DEFAULT
|
||||
@@ -534,7 +534,7 @@ MauvilleCity_GameCorner_EventScript_Woman::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine0::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 0
|
||||
@@ -545,7 +545,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine0::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine1::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 1
|
||||
@@ -556,7 +556,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine1::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine2::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 2
|
||||
@@ -567,7 +567,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine2::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine3::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 3
|
||||
@@ -578,7 +578,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine3::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine4::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 4
|
||||
@@ -589,7 +589,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine4::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine5::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 5
|
||||
@@ -600,7 +600,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine5::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine6::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 6
|
||||
@@ -611,7 +611,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine6::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine7::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 7
|
||||
@@ -622,7 +622,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine7::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine8::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 8
|
||||
@@ -633,7 +633,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine8::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine9::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 9
|
||||
@@ -644,7 +644,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine9::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine10::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 10
|
||||
@@ -655,7 +655,7 @@ MauvilleCity_GameCorner_EventScript_SlotMachine10::
|
||||
|
||||
MauvilleCity_GameCorner_EventScript_SlotMachine11::
|
||||
lockall
|
||||
checkitem ITEM_COIN_CASE, 1
|
||||
checkitem ITEM_COIN_CASE
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MauvilleCity_GameCorner_EventScript_NoCoinCase
|
||||
setvar VAR_0x8004, 11
|
||||
|
||||
@@ -6,7 +6,7 @@ MauvilleCity_House2_EventScript_Woman::
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_COIN_CASE, MauvilleCity_House2_EventScript_ReceivedCoinCase
|
||||
msgbox MauvilleCity_House2_Text_BuyHarborMailAtSlateport, MSGBOX_DEFAULT
|
||||
checkitem ITEM_HARBOR_MAIL, 1
|
||||
checkitem ITEM_HARBOR_MAIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq MauvilleCity_House2_EventScript_AskToTradeForHarborMail
|
||||
release
|
||||
|
||||
@@ -107,15 +107,15 @@ MtChimney_EventScript_ArchieExitNorth::
|
||||
MtChimney_EventScript_LavaCookieLady::
|
||||
lock
|
||||
faceplayer
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
msgbox MtChimney_Text_LavaCookiesJust200, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq MtChimney_EventScript_DeclineLavaCookie
|
||||
checkmoney 200, 0
|
||||
checkmoney 200
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq MtChimney_EventScript_NotEnoughMoney
|
||||
msgbox MtChimney_Text_ThankYouDear, MSGBOX_DEFAULT
|
||||
checkitemspace ITEM_LAVA_COOKIE, 1
|
||||
checkitemspace ITEM_LAVA_COOKIE
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq MtChimney_EventScript_RemoveMoney
|
||||
giveitem ITEM_LAVA_COOKIE
|
||||
@@ -132,8 +132,8 @@ MtChimney_EventScript_BagIsFull::
|
||||
end
|
||||
|
||||
MtChimney_EventScript_RemoveMoney::
|
||||
removemoney 200, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney 200
|
||||
updatemoneybox
|
||||
return
|
||||
|
||||
MtChimney_EventScript_DeclineLavaCookie::
|
||||
|
||||
@@ -26,7 +26,7 @@ NewMauville_Entrance_EventScript_Door::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
waitmovement 0
|
||||
msgbox NewMauville_Entrance_Text_DoorIsLocked, MSGBOX_DEFAULT
|
||||
checkitem ITEM_BASEMENT_KEY, 1
|
||||
checkitem ITEM_BASEMENT_KEY
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq NewMauville_Entrance_EventScript_DontOpenDoor
|
||||
msgbox NewMauville_Entrance_Text_UseBasementKey, MSGBOX_YESNO
|
||||
|
||||
@@ -383,10 +383,10 @@ PetalburgCity_Gym_EventScript_ShouldGiveEnigmaBerry::
|
||||
specialvar VAR_RESULT, IsEnigmaBerryValid
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq PetalburgCity_Gym_EventScript_DontGiveEnigmaBerry
|
||||
checkitem ITEM_ENIGMA_BERRY, 1
|
||||
checkitem ITEM_ENIGMA_BERRY
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq PetalburgCity_Gym_EventScript_DontGiveEnigmaBerry
|
||||
checkpcitem ITEM_ENIGMA_BERRY, 1
|
||||
checkpcitem ITEM_ENIGMA_BERRY
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq PetalburgCity_Gym_EventScript_DontGiveEnigmaBerry
|
||||
compare VAR_ENIGMA_BERRY_AVAILABLE, 0
|
||||
|
||||
@@ -37,7 +37,7 @@ Route109_SeashoreHouse_EventScript_BagFull::
|
||||
end
|
||||
|
||||
Route109_SeashoreHouse_EventScript_AlreadyReceivedSodaPop::
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
msgbox Route109_SeashoreHouse_Text_WantToBuySodaPop, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq Route109_SeashoreHouse_EventScript_BuySodaPop
|
||||
@@ -47,15 +47,15 @@ Route109_SeashoreHouse_EventScript_AlreadyReceivedSodaPop::
|
||||
end
|
||||
|
||||
Route109_SeashoreHouse_EventScript_BuySodaPop::
|
||||
checkmoney 300, 0
|
||||
checkmoney 300
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Route109_SeashoreHouse_EventScript_NotEnoughMoney
|
||||
checkitemspace ITEM_SODA_POP, 1
|
||||
checkitemspace ITEM_SODA_POP
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Route109_SeashoreHouse_EventScript_NotEnoughSpace
|
||||
msgbox Route109_SeashoreHouse_Text_HereYouGo, MSGBOX_DEFAULT
|
||||
removemoney 300, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney 300
|
||||
updatemoneybox
|
||||
giveitem ITEM_SODA_POP
|
||||
hidemoneybox
|
||||
release
|
||||
|
||||
@@ -210,7 +210,7 @@ Route111_EventScript_ViciousSandstormTriggerRight::
|
||||
end
|
||||
|
||||
Route111_EventScript_ViciousSandstormTrigger::
|
||||
checkitem ITEM_GO_GOGGLES, 1
|
||||
checkitem ITEM_GO_GOGGLES
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Route111_EventScript_PreventRouteAccess
|
||||
setvar VAR_TEMP_3, 1
|
||||
|
||||
@@ -43,7 +43,7 @@ Route113_GlassWorkshop_EventScript_ExplainSootSack::
|
||||
end
|
||||
|
||||
Route113_GlassWorkshop_EventScript_CheckCollectedAsh::
|
||||
checkitem ITEM_SOOT_SACK, 1
|
||||
checkitem ITEM_SOOT_SACK
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq Route113_GlassWorkshop_EventScript_SootSackNotInBag
|
||||
msgbox Route113_GlassWorkshop_Text_LetsSeeCollectedAshes, MSGBOX_DEFAULT
|
||||
|
||||
@@ -37,10 +37,10 @@ Route114_FossilManiacsTunnel_EventScript_FossilManiac::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_REVIVED_FOSSIL_MON, Route114_FossilManiacsTunnel_EventScript_PlayerRevivedFossil
|
||||
checkitem ITEM_ROOT_FOSSIL, 1
|
||||
checkitem ITEM_ROOT_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq Route114_FossilManiacsTunnel_EventScript_PlayerHasFossil
|
||||
checkitem ITEM_CLAW_FOSSIL, 1
|
||||
checkitem ITEM_CLAW_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq Route114_FossilManiacsTunnel_EventScript_PlayerHasFossil
|
||||
msgbox Route114_FossilManiacsTunnel_Text_LookInDesertForFossils, MSGBOX_DEFAULT
|
||||
|
||||
@@ -165,7 +165,7 @@ Route116_EventScript_BrineyTrigger::
|
||||
Route116_EventScript_GlassesMan::
|
||||
lock
|
||||
faceplayer
|
||||
checkitem ITEM_BLACK_GLASSES, 1
|
||||
checkitem ITEM_BLACK_GLASSES
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq Route116_EventScript_PlayerHasGlasses
|
||||
specialvar VAR_RESULT, FoundBlackGlasses
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,16 +29,16 @@ Route124_DivingTreasureHuntersHouse_EventScript_CheckPlayerHasShard::
|
||||
|
||||
Route124_DivingTreasureHuntersHouse_EventScript_GetPlayersShards::
|
||||
setvar VAR_TEMP_1, 0
|
||||
checkitem ITEM_RED_SHARD, 1
|
||||
checkitem ITEM_RED_SHARD
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq Route124_DivingTreasureHuntersHouse_EventScript_HasRedShard
|
||||
checkitem ITEM_YELLOW_SHARD, 1
|
||||
checkitem ITEM_YELLOW_SHARD
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq Route124_DivingTreasureHuntersHouse_EventScript_HasYellowShard
|
||||
checkitem ITEM_BLUE_SHARD, 1
|
||||
checkitem ITEM_BLUE_SHARD
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq Route124_DivingTreasureHuntersHouse_EventScript_HasBlueShard
|
||||
checkitem ITEM_GREEN_SHARD, 1
|
||||
checkitem ITEM_GREEN_SHARD
|
||||
compare VAR_RESULT, TRUE
|
||||
call_if_eq Route124_DivingTreasureHuntersHouse_EventScript_HasGreenShard
|
||||
return
|
||||
@@ -248,7 +248,7 @@ Route124_DivingTreasureHuntersHouse_EventScript_TryTradeShard::
|
||||
msgbox Route124_DivingTreasureHuntersHouse_Text_YoullTradeShardForStone, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq Route124_DivingTreasureHuntersHouse_EventScript_DeclineTrade
|
||||
checkitemspace VAR_0x8009, 1
|
||||
checkitemspace VAR_0x8009
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq Route124_DivingTreasureHuntersHouse_EventScript_TradeShard
|
||||
checkitem VAR_0x8008, 2
|
||||
|
||||
@@ -69,10 +69,10 @@ RustboroCity_DevonCorp_2F_EventScript_FossilScientist::
|
||||
compare VAR_FOSSIL_RESURRECTION_STATE, 1
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_StillRegenerating
|
||||
msgbox RustboroCity_DevonCorp_2F_Text_DevelopDeviceToResurrectFossils, MSGBOX_DEFAULT
|
||||
checkitem ITEM_ROOT_FOSSIL, 1
|
||||
checkitem ITEM_ROOT_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_NoticeRootFossil
|
||||
checkitem ITEM_CLAW_FOSSIL, 1
|
||||
checkitem ITEM_CLAW_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_NoticeClawFossil
|
||||
release
|
||||
@@ -89,7 +89,7 @@ RustboroCity_DevonCorp_2F_EventScript_NoticeRootFossil::
|
||||
msgbox RustboroCity_DevonCorp_2F_Text_WantToBringFossilBackToLife, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_DeclineGiveFossil
|
||||
checkitem ITEM_CLAW_FOSSIL, 1
|
||||
checkitem ITEM_CLAW_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_ChooseFossil
|
||||
goto RustboroCity_DevonCorp_2F_EventScript_GiveRootFossil
|
||||
@@ -114,7 +114,7 @@ RustboroCity_DevonCorp_2F_EventScript_NoticeClawFossil::
|
||||
msgbox RustboroCity_DevonCorp_2F_Text_WantToBringFossilBackToLife, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_DeclineGiveFossil
|
||||
checkitem ITEM_ROOT_FOSSIL, 1
|
||||
checkitem ITEM_ROOT_FOSSIL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq RustboroCity_DevonCorp_2F_EventScript_ChooseFossil
|
||||
goto RustboroCity_DevonCorp_2F_EventScript_GiveClawFossil
|
||||
|
||||
@@ -29,7 +29,7 @@ ShoalCave_LowTideEntranceRoom_EventScript_ShellBellExpert::
|
||||
msgbox ShoalCave_LowTideEntranceRoom_Text_WouldYouLikeShellBell, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq ShoalCave_LowTideEntranceRoom_EventScript_DeclineShellBell
|
||||
checkitemspace ITEM_SHELL_BELL, 1
|
||||
checkitemspace ITEM_SHELL_BELL
|
||||
compare VAR_RESULT, FALSE
|
||||
call_if_eq ShoalCave_LowTideEntranceRoom_EventScript_CheckSpaceWillBeFreed
|
||||
compare VAR_RESULT, 2
|
||||
@@ -68,10 +68,10 @@ ShoalCave_LowTideEntranceRoom_EventScript_NoRoomForShellBell::
|
||||
end
|
||||
|
||||
ShoalCave_LowTideEntranceRoom_EventScript_NotEnoughShoalSaltOrShells::
|
||||
checkitem ITEM_SHOAL_SALT, 1
|
||||
checkitem ITEM_SHOAL_SALT
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq ShoalCave_LowTideEntranceRoom_EventScript_HasSomeShoalSaltOrShell
|
||||
checkitem ITEM_SHOAL_SHELL, 1
|
||||
checkitem ITEM_SHOAL_SHELL
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq ShoalCave_LowTideEntranceRoom_EventScript_HasSomeShoalSaltOrShell
|
||||
msgbox ShoalCave_LowTideEntranceRoom_Text_AreYouPlanningOnGoingInThere, MSGBOX_DEFAULT
|
||||
|
||||
@@ -332,7 +332,7 @@ SlateportCity_Harbor_EventScript_NeedDive::
|
||||
SlateportCity_Harbor_EventScript_CaptSternFerryOrScannerComment::
|
||||
compare VAR_TEMP_1, 1
|
||||
goto_if_eq SlateportCity_Harbor_EventScript_TradedScanner
|
||||
checkitem ITEM_SCANNER, 1
|
||||
checkitem ITEM_SCANNER
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq SlateportCity_Harbor_EventScript_AskToTradeScanner
|
||||
goto_if_set FLAG_SYS_GAME_CLEAR, SlateportCity_Harbor_EventScript_FerryFinished
|
||||
|
||||
@@ -22,7 +22,7 @@ SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeRight::
|
||||
end
|
||||
|
||||
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee::
|
||||
showmoneybox 0, 0, 0
|
||||
showmoneybox 0, 0
|
||||
msgbox SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee
|
||||
@@ -34,12 +34,12 @@ SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee::
|
||||
end
|
||||
|
||||
SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee::
|
||||
checkmoney 50, 0
|
||||
checkmoney 50
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney
|
||||
playse SE_SHOP
|
||||
removemoney 50, 0
|
||||
updatemoneybox 0, 0
|
||||
removemoney 50
|
||||
updatemoneybox
|
||||
msgbox SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself, MSGBOX_DEFAULT
|
||||
setvar VAR_SLATEPORT_MUSEUM_1F_STATE, 1
|
||||
hidemoneybox
|
||||
|
||||
@@ -72,7 +72,7 @@ SlateportCity_PokemonFanClub_EventScript_NoHighConditions::
|
||||
end
|
||||
|
||||
SlateportCity_PokemonFanClub_EventScript_GiveRedScarf::
|
||||
checkitemspace ITEM_RED_SCARF, 1
|
||||
checkitemspace ITEM_RED_SCARF
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_PokemonFanClub_EventScript_NoRoomForScarf
|
||||
msgbox SlateportCity_PokemonFanClub_Text_MonMostImpressiveGiveItThis, MSGBOX_DEFAULT
|
||||
@@ -83,7 +83,7 @@ SlateportCity_PokemonFanClub_EventScript_GiveRedScarf::
|
||||
end
|
||||
|
||||
SlateportCity_PokemonFanClub_EventScript_GiveBlueScarf::
|
||||
checkitemspace ITEM_BLUE_SCARF, 1
|
||||
checkitemspace ITEM_BLUE_SCARF
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_PokemonFanClub_EventScript_NoRoomForScarf
|
||||
msgbox SlateportCity_PokemonFanClub_Text_MonMostImpressiveGiveItThis, MSGBOX_DEFAULT
|
||||
@@ -94,7 +94,7 @@ SlateportCity_PokemonFanClub_EventScript_GiveBlueScarf::
|
||||
end
|
||||
|
||||
SlateportCity_PokemonFanClub_EventScript_GivePinkScarf::
|
||||
checkitemspace ITEM_PINK_SCARF, 1
|
||||
checkitemspace ITEM_PINK_SCARF
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_PokemonFanClub_EventScript_NoRoomForScarf
|
||||
msgbox SlateportCity_PokemonFanClub_Text_MonMostImpressiveGiveItThis, MSGBOX_DEFAULT
|
||||
@@ -105,7 +105,7 @@ SlateportCity_PokemonFanClub_EventScript_GivePinkScarf::
|
||||
end
|
||||
|
||||
SlateportCity_PokemonFanClub_EventScript_GiveGreenScarf::
|
||||
checkitemspace ITEM_GREEN_SCARF, 1
|
||||
checkitemspace ITEM_GREEN_SCARF
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_PokemonFanClub_EventScript_NoRoomForScarf
|
||||
msgbox SlateportCity_PokemonFanClub_Text_MonMostImpressiveGiveItThis, MSGBOX_DEFAULT
|
||||
@@ -116,7 +116,7 @@ SlateportCity_PokemonFanClub_EventScript_GiveGreenScarf::
|
||||
end
|
||||
|
||||
SlateportCity_PokemonFanClub_EventScript_GiveYellowScarf::
|
||||
checkitemspace ITEM_YELLOW_SCARF, 1
|
||||
checkitemspace ITEM_YELLOW_SCARF
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq SlateportCity_PokemonFanClub_EventScript_NoRoomForScarf
|
||||
msgbox SlateportCity_PokemonFanClub_Text_MonMostImpressiveGiveItThis, MSGBOX_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user