mirror of
https://github.com/kwsch/pkNX.git
synced 2026-06-01 01:37:19 -05:00
seven new trigger enums
This commit is contained in:
parent
5f88f83da6
commit
27875ecc66
|
|
@ -21,6 +21,9 @@ public enum TriggerCommandType8a : ulong
|
|||
CallRealTimeEvent = 0x1608695374913BA9, // "call_real_time_event"
|
||||
CallTrainerBattle = 0x81FE18C0B68BFC12, // "call_trainer_battle"
|
||||
CallTriggerBoot = 0xA6C73C7E028A667B, // "call_trigger_boot"
|
||||
CreateFieldObjectRequest = 0x0D9BB98942D0BCF6, // "create_field_object_request"
|
||||
CreateFieldObjectRequestCategory = 0x4E3742139786576F, // "create_field_object_request_category"
|
||||
CreateFieldObjectRequestSet = 0xA7C532B0D5AF6F59, // "create_field_object_request_set"
|
||||
DemoPlay = 0xC68C92A921029B81, // "demo_play"
|
||||
EndNushiBattle = 0xF4F2BE33D270D1F7, // "end_nushi_battle"
|
||||
FadeIn = 0xFB3E07E0FFD1B25B, // "fade_in"
|
||||
|
|
@ -43,8 +46,10 @@ public enum TriggerCommandType8a : ulong
|
|||
PlayerAnimationStateReset = 0x3221105676A499B3, // "player_animation_state_reset"
|
||||
PokeAdd = 0x82E032DE25CE78E0, // "poke_add"
|
||||
PokeBoxCall = 0x1F24A4FCF859527B, // "poke_box_call"
|
||||
PokePassEvolution = 0x36C4EA8E0C07226A, // "poke_pass_evolution"
|
||||
PokePassEvolution = 0x36C4EA8E0C07226A, // "poke_pass_evolution
|
||||
PokePassEvolutionAdaptation = 0xF6BD3323D7EC7F2E, // "poke_pass_evolution_adaptation"
|
||||
PokeSelectMenuCall = 0xE75986350917856A, // "poke_select_menu_call"
|
||||
PokeSelectResultAdaptation = 0x9CEE05CE2A7DF249, // "poke_select_result_adaptation"
|
||||
QuestAdvance = 0x1F9C392CEFBB1B58, // "quest_advance"
|
||||
QuestEnd = 0x7F22B0CAFA5DFD63, // "quest_end"
|
||||
QuestProgressSet = 0x8F4ECBA903BE3CD2, // "quest_progress_set"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ public enum TriggerType8a : ulong
|
|||
GameOverAfterward = 0x5F2F50327A48756D, // "game_over_afterward"
|
||||
GetMkrg = 0x9FE3F0D2163599C7, // "get_mkrg"
|
||||
NpcTalk = 0xAB00E1A6F5D27687, // "npc_talk"
|
||||
PokeSelectMenuAfter = 0x3C6FC069B47DBF4C, // "poke_select_menu_after"
|
||||
PosEnter = 0xBD5314EC693575D4, // "pos_enter"
|
||||
PosExit = 0xC01E67CA2AAD4DFA, // "pos_exit"
|
||||
PosStay = 0xDB75191D739E26DF, // "pos_stay"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user