Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -241,10 +241,8 @@ Route101_EventScript_BirchsBag::
|
||||
setvar VAR_ROUTE101_STATE, 3
|
||||
clearflag FLAG_HIDE_MAP_NAME_POPUP
|
||||
checkplayergender
|
||||
compare VAR_RESULT, MALE
|
||||
call_if_eq Route101_EventScript_HideMayInBedroom
|
||||
compare VAR_RESULT, FEMALE
|
||||
call_if_eq Route101_EventScript_HideBrendanInBedroom
|
||||
call_if_eq VAR_RESULT, MALE, Route101_EventScript_HideMayInBedroom
|
||||
call_if_eq VAR_RESULT, FEMALE, Route101_EventScript_HideBrendanInBedroom
|
||||
warp MAP_LITTLEROOT_TOWN_PROFESSOR_BIRCHS_LAB, 6, 5
|
||||
waitstate
|
||||
release
|
||||
|
||||
Reference in New Issue
Block a user