Merge pull request #574 from Phlosioneer/event-vars

Event vars
This commit is contained in:
huderlem
2019-02-25 08:02:28 -06:00
committed by GitHub
115 changed files with 807 additions and 807 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ VictoryRoad_1F_MapScripts:: @ 8235D7A
.byte 0
VictoryRoad_1F_MapScript1_235D80: @ 8235D80
compare VAR_0x40C3, 1
compare VAR_VICTORY_ROAD_1F_STATE, 1
call_if_eq VictoryRoad_1F_EventScript_235D97
compare VAR_0x40C3, 2
compare VAR_VICTORY_ROAD_1F_STATE, 2
call_if_eq VictoryRoad_1F_EventScript_235DA3
end
@@ -46,7 +46,7 @@ VictoryRoad_1F_EventScript_235DE1:: @ 8235DE1
clearflag FLAG_HIDE_VICTORY_ROAD_ENTRANCE_WALLY
moveobjectoffscreen 4
setflag FLAG_DEFEATED_WALLY_VICTORY_ROAD
copyvar VAR_0x40C3, VAR_0x8008
copyvar VAR_VICTORY_ROAD_1F_STATE, VAR_0x8008
releaseall
end