summaryrefslogtreecommitdiff
path: root/data/maps/LavaridgeTown/scripts.inc
diff options
context:
space:
mode:
authorTetrable <atifhuss386@gmail.com>2019-01-02 21:25:14 +0000
committerTetrable <atifhuss386@gmail.com>2019-01-02 21:25:14 +0000
commita3ebca4d814adcf245212cb549f72812f2cf39c6 (patch)
tree88fddcd03a5f19cf84b6199863f95fd06f1954bf /data/maps/LavaridgeTown/scripts.inc
parent1e3da62d24ad91e4d69ac6974476fd5ea47cae9b (diff)
parenta0ff38d0be4f618822d96cc7833e7c331ee78b5f (diff)
Fix merge conflicts
Diffstat (limited to 'data/maps/LavaridgeTown/scripts.inc')
-rw-r--r--data/maps/LavaridgeTown/scripts.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/LavaridgeTown/scripts.inc b/data/maps/LavaridgeTown/scripts.inc
index 3ffbdb07a..82a3b8469 100644
--- a/data/maps/LavaridgeTown/scripts.inc
+++ b/data/maps/LavaridgeTown/scripts.inc
@@ -53,18 +53,18 @@ LavaridgeTown_EventScript_1EA551:: @ 81EA551
call_if_ne LavaridgeTown_EventScript_1EA65C
delay 20
checkplayergender
- compare VAR_RESULT, 0
+ compare VAR_RESULT, MALE
call_if_eq LavaridgeTown_EventScript_1EA630
- compare VAR_RESULT, 1
+ compare VAR_RESULT, FEMALE
call_if_eq LavaridgeTown_EventScript_1EA635
compare VAR_0x8008, 9
call_if_eq LavaridgeTown_EventScript_1EA6A1
compare VAR_0x8008, 9
call_if_ne LavaridgeTown_EventScript_1EA6AC
checkplayergender
- compare VAR_RESULT, 0
+ compare VAR_RESULT, MALE
goto_if_eq LavaridgeTown_EventScript_1EA5B5
- compare VAR_RESULT, 1
+ compare VAR_RESULT, FEMALE
goto_if_eq LavaridgeTown_EventScript_1EA5DA
end