Standardize Event Object to Object Event
This commit is contained in:
+10
-10
@@ -47,19 +47,19 @@ gSpecials:: @ 81DBA64
|
||||
def_special sub_80B3254
|
||||
def_special TryBerryBlenderLinkup
|
||||
def_special GetLinkPartnerNames
|
||||
def_special SpawnLinkPartnerEventObject
|
||||
def_special SpawnLinkPartnerObjectEvent
|
||||
def_special SavePlayerParty
|
||||
def_special LoadPlayerParty
|
||||
def_special ChooseHalfPartyForBattle
|
||||
def_special Script_ShowLinkTrainerCard
|
||||
def_special EventObjectInteractionGetBerryTreeData
|
||||
def_special EventObjectInteractionGetBerryName
|
||||
def_special EventObjectInteractionGetBerryCountString
|
||||
def_special ObjectEventInteractionGetBerryTreeData
|
||||
def_special ObjectEventInteractionGetBerryName
|
||||
def_special ObjectEventInteractionGetBerryCountString
|
||||
def_special Bag_ChooseBerry
|
||||
def_special EventObjectInteractionPlantBerryTree
|
||||
def_special EventObjectInteractionPickBerryTree
|
||||
def_special EventObjectInteractionRemoveBerryTree
|
||||
def_special EventObjectInteractionWaterBerryTree
|
||||
def_special ObjectEventInteractionPlantBerryTree
|
||||
def_special ObjectEventInteractionPickBerryTree
|
||||
def_special ObjectEventInteractionRemoveBerryTree
|
||||
def_special ObjectEventInteractionWaterBerryTree
|
||||
def_special PlayerHasBerries
|
||||
def_special IsEnigmaBerryValid
|
||||
def_special GetTrainerBattleMode
|
||||
@@ -190,7 +190,7 @@ gSpecials:: @ 81DBA64
|
||||
def_special IsTVShowInSearchOfTrainersAiring
|
||||
def_special GabbyAndTyGetLastQuote
|
||||
def_special GabbyAndTyGetLastBattleTrivia
|
||||
def_special GabbyAndTySetScriptVarsToEventObjectLocalIds
|
||||
def_special GabbyAndTySetScriptVarsToObjectEventLocalIds
|
||||
def_special GetBattleOutcome
|
||||
def_special GetDaycareMonNicknames
|
||||
def_special GetDaycareState
|
||||
@@ -339,7 +339,7 @@ gSpecials:: @ 81DBA64
|
||||
def_special ScriptGetMultiplayerId
|
||||
def_special ScriptGetPartyMonSpecies
|
||||
def_special IsSelectedMonEgg
|
||||
def_special TryInitBattleTowerAwardManEventObject
|
||||
def_special TryInitBattleTowerAwardManObjectEvent
|
||||
def_special MoveOutOfSecretBaseFromOutside
|
||||
def_special LoadPlayerBag
|
||||
def_special Script_FadeOutMapMusic
|
||||
|
||||
Reference in New Issue
Block a user