diff options
| author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-30 23:23:35 +0100 | 
|---|---|---|
| committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-30 23:23:35 +0100 | 
| commit | 741b8adf9a43989182ff3648bf14e3236d4b5ce9 (patch) | |
| tree | 529470b24eca3053533836ad854971766a677103 /data/scripts/maps | |
| parent | a75c476d57a8ffad9bebc7524c698cc2d5738d2a (diff) | |
decompile mystery event menu
Diffstat (limited to 'data/scripts/maps')
| -rw-r--r-- | data/scripts/maps/BattleFrontier_BattleTowerLobby.inc | 8 | ||||
| -rw-r--r-- | data/scripts/maps/LilycoveCity_ContestLobby.inc | 6 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc index 7c0762417..def3dd122 100644 --- a/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc +++ b/data/scripts/maps/BattleFrontier_BattleTowerLobby.inc @@ -725,7 +725,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F0E3:: @ 823F0E3  	special copy_player_party_from_sav1  BattleFrontier_BattleTowerLobby_EventScript_23F0E6:: @ 823F0E6 -	special sub_80097E8 +	special CloseLink  	msgbox BattleFrontier_BattleTowerLobby_Text_23FD07, 4  BattleFrontier_BattleTowerLobby_EventScript_23F0F1:: @ 823F0F1 @@ -951,7 +951,7 @@ BattleFrontier_BattleTowerLobby_EventScript_23F2C5:: @ 823F2C5  	end  BattleFrontier_BattleTowerLobby_EventScript_23F327:: @ 823F327 -	special sub_80097E8 +	special CloseLink  	compare VAR_0x8005, 3  	goto_eq BattleFrontier_BattleTowerLobby_EventScript_23F33F  	msgbox BattleFrontier_BattleTowerLobby_Text_278255, 4 @@ -966,13 +966,13 @@ BattleFrontier_BattleTowerLobby_EventScript_23F33F:: @ 823F33F  BattleFrontier_BattleTowerLobby_EventScript_23F351:: @ 823F351  	msgbox BattleFrontier_BattleTowerLobby_Text_241240, 4 -	special sub_80097E8 +	special CloseLink  	msgbox BattleFrontier_BattleTowerLobby_Text_2782A8, 4  	release  	end  BattleFrontier_BattleTowerLobby_EventScript_23F366:: @ 823F366 -	special sub_80097E8 +	special CloseLink  	compare VAR_0x8005, 0  	call_if 1, BattleFrontier_BattleTowerLobby_EventScript_23F394  	compare VAR_0x8005, 1 diff --git a/data/scripts/maps/LilycoveCity_ContestLobby.inc b/data/scripts/maps/LilycoveCity_ContestLobby.inc index 3b7d6a2f2..beb96e171 100644 --- a/data/scripts/maps/LilycoveCity_ContestLobby.inc +++ b/data/scripts/maps/LilycoveCity_ContestLobby.inc @@ -709,7 +709,7 @@ LilycoveCity_ContestLobby_EventScript_21A971:: @ 821A971  	end  LilycoveCity_ContestLobby_EventScript_21A97F:: @ 821A97F -	special sub_80097E8 +	special CloseLink  	msgbox LilycoveCity_ContestLobby_Text_27BD4F, 4  	release  	end @@ -811,13 +811,13 @@ LilycoveCity_ContestLobby_EventScript_21AAE1:: @ 821AAE1  	end  LilycoveCity_ContestLobby_EventScript_21AAEF:: @ 821AAEF -	special sub_80097E8 +	special CloseLink  	msgbox LilycoveCity_ContestLobby_Text_27821C, 4  	release  	end  LilycoveCity_ContestLobby_EventScript_21AAFC:: @ 821AAFC -	special sub_80097E8 +	special CloseLink  	msgbox LilycoveCity_ContestLobby_Text_27C879, 4  	release  	end | 
