aboutsummaryrefslogtreecommitdiffstats
path: root/engine/bank3c.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/bank3c.asm')
-rw-r--r--engine/bank3c.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/bank3c.asm b/engine/bank3c.asm
index 3683f2b1..d3bcc897 100644
--- a/engine/bank3c.asm
+++ b/engine/bank3c.asm
@@ -65,12 +65,12 @@ SetMapSpecificScriptFlagsOnMapReload: ; f02da (3c:42da)
ret
.verm_gym
- ld hl, wd126
+ ld hl, wCurrentMapScriptFlags
set 6, [hl]
ret
.in_list
- ld hl, wd126
+ ld hl, wCurrentMapScriptFlags
set 5, [hl]
ret