mirror of
https://github.com/pret/poketcg.git
synced 2026-04-26 00:12:05 -05:00
commented out sam duel post victory jumps for tutorial duel
This commit is contained in:
parent
5c1bd88829
commit
8e2da66266
|
|
@ -209,7 +209,7 @@ Script_Sam:
|
|||
|
||||
Script_BeatSam:
|
||||
start_script
|
||||
jump_if_event_equal EVENT_MASON_LAB_STATE, MASON_LAB_IN_PRACTICE_DUEL, Script_EnterLabFirstTime.ows_d82d
|
||||
; jump_if_event_equal EVENT_MASON_LAB_STATE, MASON_LAB_IN_PRACTICE_DUEL, Script_EnterLabFirstTime.ows_d82d
|
||||
jump_if_event_equal EVENT_SAM_MENU_CHOICE, SAM_MENU_PRACTICE_DUEL, Script_LostToSam.ows_d6ad
|
||||
print_npc_text Text05d1
|
||||
give_booster_packs BOOSTER_ENERGY_RANDOM, NO_BOOSTER, NO_BOOSTER
|
||||
|
|
@ -217,7 +217,7 @@ Script_BeatSam:
|
|||
|
||||
Script_LostToSam:
|
||||
start_script
|
||||
jump_if_event_equal EVENT_MASON_LAB_STATE, MASON_LAB_IN_PRACTICE_DUEL, Script_EnterLabFirstTime.ows_d82d
|
||||
; jump_if_event_equal EVENT_MASON_LAB_STATE, MASON_LAB_IN_PRACTICE_DUEL, Script_EnterLabFirstTime.ows_d82d
|
||||
jump_if_event_equal EVENT_SAM_MENU_CHOICE, SAM_MENU_PRACTICE_DUEL, .ows_d6ad
|
||||
print_text_quit_fully Text05d3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user