Finish moving pokeruby vars

This commit is contained in:
Phlosioneer
2019-02-22 04:18:43 -05:00
parent e12a7790cf
commit cea5696f23
59 changed files with 258 additions and 258 deletions

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