Review changes for #778
This commit is contained in:
parent
1491b1855b
commit
0c1f1281da
1 changed files with 2 additions and 2 deletions
|
@ -423,9 +423,9 @@ LilycoveCity_PokemonCenter_1F_EventScript_2A88BA:: @ 82A88BA
|
||||||
fadescreen 1
|
fadescreen 1
|
||||||
special OpenPokeblockCaseForContestLady
|
special OpenPokeblockCaseForContestLady
|
||||||
waitstate
|
waitstate
|
||||||
compare VAR_RESULT, 65535
|
compare VAR_RESULT, 0xFFFF
|
||||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88D7
|
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88D7
|
||||||
compare VAR_RESULT, 65535
|
compare VAR_RESULT, 0xFFFF
|
||||||
goto_if_ne LilycoveCity_PokemonCenter_1F_EventScript_2A88F6
|
goto_if_ne LilycoveCity_PokemonCenter_1F_EventScript_2A88F6
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue