diff options
Diffstat (limited to 'src/rom4.c')
-rw-r--r-- | src/rom4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom4.c b/src/rom4.c index 971c46584..95d5ec2fd 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -731,7 +731,7 @@ bool16 sub_8053D30(struct WarpData *warp) bool16 sub_8053D6C(struct WarpData *warp) { - if (VarGet(16563)) + if (VarGet(0x40B3)) return FALSE; if (warp->mapGroup != 32) return FALSE; |